fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Usunięcie nadmiarowego select z panels/gallery.html.
[redakcja.git]
/
project
/
templates
/
explorer
/
panels
/
htmleditor.html
diff --git
a/project/templates/explorer/panels/htmleditor.html
b/project/templates/explorer/panels/htmleditor.html
index
d5e0acb
..
3323cf1
100644
(file)
--- a/
project/templates/explorer/panels/htmleditor.html
+++ b/
project/templates/explorer/panels/htmleditor.html
@@
-2,11
+2,11
@@
<script type="text/javascript" charset="utf-8">
panel_hooks = {
load: function()
<script type="text/javascript" charset="utf-8">
panel_hooks = {
load: function()
+
{
{
- this.contentDiv.addClass('panel-htmleditor');
},
unload: function() {
},
unload: function() {
- this.contentDiv.removeClass('panel-htmleditor');
+
}
};
</script>
}
};
</script>