add initial newboard stuff
This commit is contained in:
6
contrib/static/newboard.js
Normal file
6
contrib/static/newboard.js
Normal file
@@ -0,0 +1,6 @@
|
||||
function createBoard() {
|
||||
var form = document.getElementById("postform");
|
||||
var e = document.getElementById("boardname");
|
||||
form.action = form.action + e.value;
|
||||
form.submit();
|
||||
}
|
Reference in New Issue
Block a user