Merge pull request #1141 from scottbedard/patch-2

Solves issue #1140
This commit is contained in:
Samuel Georges 2015-05-16 18:17:58 +10:00
commit aff35ce0c2
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()
}