Fixed logging in FF. Scrolling should now magicly work.
[redakcja.git] / project / templates / explorer / panels / htmleditor.html
index d5e0acb..3323cf1 100644 (file)
@@ -2,11 +2,11 @@
 <script type="text/javascript" charset="utf-8">
 panel_hooks = {
        load: function() 
+
        {
-               this.contentDiv.addClass('panel-htmleditor');
        },
        unload: function() {
-               this.contentDiv.removeClass('panel-htmleditor');
+
        }
 };
 </script>