X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/275dc6c6f5c92630c9a1fca0f1830ba543cd18b7..654e7cf77f7241bfc866a4879829367d39179577:/project/templates/explorer/panels/htmleditor.html?ds=sidebyside diff --git a/project/templates/explorer/panels/htmleditor.html b/project/templates/explorer/panels/htmleditor.html index 0eab0b28..d5e0acb9 100644 --- a/project/templates/explorer/panels/htmleditor.html +++ b/project/templates/explorer/panels/htmleditor.html @@ -1,18 +1,12 @@ -
-
- {{ html|safe }} -
-
+{{ html|safe }} \ No newline at end of file +panel_hooks = { + load: function() + { + this.contentDiv.addClass('panel-htmleditor'); + }, + unload: function() { + this.contentDiv.removeClass('panel-htmleditor'); + } +}; +