app/components/marty/panel.rb in marty-2.4.7 vs app/components/marty/panel.rb in marty-2.4.8
- old
+ new
@@ -1,12 +1,8 @@
# Marty's version of the Netzke Panel component.
class Marty::Panel < Netzke::Core::Panel
client_class do |c|
- c.update_body_html = l(<<-JS)
- function(html){
- this.body.update(html);
- }
- JS
+ c.include :panel
end
end
Panel = Marty::Panel