X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0249ff0d913dfaef2a6f5e8518e5736545a23c28..f02d58db2f0a5f06c38d669c4b4c4fff95e55395:/project/templates/explorer/panels/xmleditor.html diff --git a/project/templates/explorer/panels/xmleditor.html b/project/templates/explorer/panels/xmleditor.html index fe1870ed..f93e6eaa 100644 --- a/project/templates/explorer/panels/xmleditor.html +++ b/project/templates/explorer/panels/xmleditor.html @@ -45,7 +45,7 @@ panel_hooks = { var pos = texteditor.cursorPosition(); texteditor.selectLines(pos.line, pos.character + tag.length + 2); } - $(document).trigger('panel:contentChanged', panel); + $(document).trigger('panel:contentChanged', self); } if ($(this).attr('p:key')) { keys[$(this).attr('p:key')] = handler; @@ -82,12 +82,9 @@ panel_hooks = { }, - refresh: function(hn) { - // TODO - return true; - }, + //refresh: function() { }, // no support for refresh - saveInfo: function(hn, saveInfo) { + saveInfo: function(saveInfo) { var myInfo = { url: "{% url file_xml fpath %}", postData: {