app/assets/javascripts/adminpanel/realm.js in adminpanel-2.6.1 vs app/assets/javascripts/adminpanel/realm.js in adminpanel-3.0.0

- old
+ new

@@ -3,14 +3,11 @@ // toggle arrow on menu items $('.accordion-heading .accordion-toggle').click(function(){ $('.accordion-heading .accordion-toggle').not($(this)[0], '.accordion-heading .accordion-toggle.collapse').addClass('collapsed'); }); - // show the overview boxes on the dashboard once they are loaded $('.overview_boxes .box_row').css('display', 'inline-block'); - $(".knob").knob(); - // init tooltips on .tips class elements, text for the tooltip is in the data-title attribute on the element itself // $('.tip').tooltip(); // init popover on .pop class elements