mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-09 22:24:35 +02:00
* Minor work on fse class. Experimental handling of submit/etc. directly
This commit is contained in:
parent
40e1e1bea8
commit
08bebb560d
4 changed files with 61 additions and 0 deletions
|
@ -38,6 +38,12 @@ function MessageAreaPostModule(options) {
|
|||
|
||||
fse.enter();
|
||||
};
|
||||
|
||||
this.menuMethods = {
|
||||
fseSubmitProxy : function(formData, extraArgs) {
|
||||
console.log(formData)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
require('util').inherits(MessageAreaPostModule, MenuModule);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue