From: Alan Knowles Date: Tue, 15 Dec 2020 07:12:50 +0000 (+0800) Subject: remove trailing comma X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=e44589abadcf176a829126086cc1c489bc0c94c3 remove trailing comma --- diff --git a/Pman.Tab.AdminTranslations.bjs b/Pman.Tab.AdminTranslations.bjs index 8e62570..062b566 100644 --- a/Pman.Tab.AdminTranslations.bjs +++ b/Pman.Tab.AdminTranslations.bjs @@ -97,7 +97,7 @@ }, { "listeners" : { - "click" : "function (_self, e)\n{\n \n \n Pman.Dialog.Image.show({\n _url : baseURL + '/Admin/Import/Core_templatestr',\n \n \n }, function() {\n _this.treepanel.tree.getRootNode().reload();\n });\n \n \n \n}" + "click" : "function (_self, e)\n{\n \n \n Pman.Dialog.Image.show({\n _url : baseURL + '/Admin/Import/Core_templatestr' \n \n \n }, function() {\n _this.treepanel.tree.getRootNode().reload();\n });\n \n \n \n}" }, "text" : "Upload", "xtype" : "Button", diff --git a/Pman.Tab.AdminTranslations.js b/Pman.Tab.AdminTranslations.js index 1001de3..847ecdf 100644 --- a/Pman.Tab.AdminTranslations.js +++ b/Pman.Tab.AdminTranslations.js @@ -219,7 +219,7 @@ Pman.Tab.AdminTranslations = new Roo.XComponent({ Pman.Dialog.Image.show({ - _url : baseURL + '/Admin/Import/Core_templatestr', + _url : baseURL + '/Admin/Import/Core_templatestr' }, function() {