Solves issue #1140

This commit is contained in:
Scott Bedard 2015-05-16 03:44:25 -04:00
parent db1d2317d9
commit d795d912d2
1 changed files with 3 additions and 2 deletions

View File

@ -87,6 +87,7 @@
$(this).closest('li').remove()
self.redraw()
self.setSortOrders()
})
$(window).on('oc.report-widget-added', function(){
@ -95,8 +96,8 @@
})
window.setTimeout(function(){
self.updateWidth();
self.redraw();
self.updateWidth()
self.redraw()
}, 200)
this.setSortOrders()
}