Przeniesienie zewnętrznych używanych przez nas skryptów do katalogu /static/js/lib...
[redakcja.git] / project / templates / explorer / panels / xmleditor.html
index 3f74017..4ec75d2 100644 (file)
@@ -16,7 +16,7 @@ panel_hooks = {
 
        var texteditor = CodeMirror.fromTextArea(textareaId, {            
             parserfile: 'parsexml.js',
-            path: "{{STATIC_URL}}js/codemirror/",
+            path: "{{STATIC_URL}}js/lib/codemirror/",
             stylesheet: "{{STATIC_URL}}css/xmlcolors.css",
             parserConfig: {useHTMLKludges: false},
             onChange: function() {
@@ -56,8 +56,8 @@ panel_hooks = {
        },
 
         toolbarResized: function() {
-            $('.iframe-container', self.contentDiv).css('top',
-                    $('.toolbar', self.contentDiv).outerHeight() );
+            $('.iframe-container', this.contentDiv).css('top',
+                    $('.toolbar', this.contentDiv).outerHeight() );
         }
 };