mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 02:35:56 +02:00
* Nothing really
This commit is contained in:
parent
52288a6162
commit
696e4157d9
2 changed files with 3 additions and 3 deletions
|
@ -281,7 +281,7 @@ function FullScreenEditorModule(options) {
|
|||
}
|
||||
});
|
||||
},
|
||||
editModeMenu1 : function(formData, extraArgs) {
|
||||
editModeMenu : function(formData, extraArgs) {
|
||||
console.log('menu 1')
|
||||
}
|
||||
};
|
||||
|
|
|
@ -552,8 +552,8 @@
|
|||
"submit" : {
|
||||
"*" : [
|
||||
{
|
||||
"value" : { "1" : 1 },
|
||||
"action" : "@method:editModeMenu1"
|
||||
"value" : { "1" : 0 },
|
||||
"action" : "@method:editModeMenu"
|
||||
},
|
||||
{
|
||||
"value" : 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue