Fixed jquery 1.9 issue.

This commit is contained in:
Martin Edenhofer 2013-05-22 02:50:57 +02:00
parent 26def78ae3
commit 72df345203

View file

@ -26,7 +26,7 @@ class _Singleton
@_run()
# bindings
$('body').bind( 'ajaxSend', =>
$(document).bind( 'ajaxSend', =>
@_show_spinner()
).bind( 'ajaxComplete', =>
@_hide_spinner()