Merge branch 'master' of stigma:platforma
[redakcja.git] / project / templates / explorer / panels / htmleditor.html
diff --git a/project/templates/explorer/panels/htmleditor.html b/project/templates/explorer/panels/htmleditor.html
deleted file mode 100644 (file)
index d5e0acb..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-{{ html|safe }}
-<script type="text/javascript" charset="utf-8">
-panel_hooks = {
-       load: function() 
-       {
-               this.contentDiv.addClass('panel-htmleditor');
-       },
-       unload: function() {
-               this.contentDiv.removeClass('panel-htmleditor');
-       }
-};
-</script>