- $('.change-notification', $(panel).parent()).fadeIn();
- })
- }, function(event, panel) {
+ $('.change-notification', $(me).parent()).fadeIn();
+ });
+ $(me).addClass('panel-htmleditor');
+ }, function(event, me) {
+ $(me).removeClass('panel-htmleditor');