fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d5e0acb9e3292ab9eff709b9ff5c43808207200f
[redakcja.git]
/
project
/
templates
/
explorer
/
panels
/
htmleditor.html
1
{{ html|safe }}
2
<script type="text/javascript" charset="utf-8">
3
panel_hooks = {
4
load: function()
5
{
6
this.contentDiv.addClass('panel-htmleditor');
7
},
8
unload: function() {
9
this.contentDiv.removeClass('panel-htmleditor');
10
}
11
};
12
</script>