fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Weryfikacja podczas zapisu XML i DC. TODO: DC jeszcze nie dziaĆa tak jak powinno.
[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()
+
{
- this.contentDiv.addClass('panel-htmleditor');
},
unload: function() {
- this.contentDiv.removeClass('panel-htmleditor');
+
}
};
</script>