2 <div class="htmleditor">
6 <script type="text/javascript" charset="utf-8">
8 var id = Math.ceil(Math.random() * 1000000000);
10 panel(function(event, panel) {
11 $(document).bind('panel:contentChanged.' + id, function(event, p) {
12 $('.change-notification', $(panel).parent()).fadeIn();
14 }, function(event, panel) {
15 $(document).unbind('panel:contentChanged.' + id);