From 696e4157d933af2ac236c5f58fd6d3674dbd705d Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 9 Jul 2015 17:06:09 -0600 Subject: [PATCH] * Nothing really --- mods/fse.js | 2 +- mods/menu.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/fse.js b/mods/fse.js index b508e015..2344b3f7 100644 --- a/mods/fse.js +++ b/mods/fse.js @@ -281,7 +281,7 @@ function FullScreenEditorModule(options) { } }); }, - editModeMenu1 : function(formData, extraArgs) { + editModeMenu : function(formData, extraArgs) { console.log('menu 1') } }; diff --git a/mods/menu.json b/mods/menu.json index 897c3365..a60cacb8 100644 --- a/mods/menu.json +++ b/mods/menu.json @@ -552,8 +552,8 @@ "submit" : { "*" : [ { - "value" : { "1" : 1 }, - "action" : "@method:editModeMenu1" + "value" : { "1" : 0 }, + "action" : "@method:editModeMenu" }, { "value" : 1,