;function MiWidget(){var o=this,i=window.jQuery,t=i(document.getElementById('monsterinsights_reports_widget')),s=t.find('.hndle'),n=t.find('.mi-dw-controls'),d=i(document.getElementById('normal-sortables')),a=i(document.getElementById('welcome-panel')),e=t.find('.mi-dw-lite-content');this.init=function(){if(!this.is_authed()){return!1};this.add_widget_toggle();this.add_events();this.tooltips()};this.add_widget_toggle=function(){n.appendTo(s);t.addClass('mi-loaded')};this.add_events=function(){n.on('click','label,button',function(t){t.stopPropagation();o.shake_content()})};this.shake_content=function(t){e.addClass('mi-animation-shake');setTimeout(function(){e.removeClass('mi-animation-shake')},1000)};this.is_authed=function(){return!(t.find('.mi-dw-not-authed').length>0)};this.tooltips=function(){i('.mi-dw-styled-toggle').tooltip({tooltipClass:'mi-dw-ui-tooltip',position:{my:'center bottom-12',at:'center top',collision:'flipfit'},})};this.init()};new MiWidget();