vendor/assets/javascripts/katello/jquery.ba-bbq.js in katello-4.14.1 vs vendor/assets/javascripts/katello/jquery.ba-bbq.js in katello-4.15.0.rc1
- old
+ new
@@ -1019,10 +1019,10 @@
// * If you need the bound callback(s) to execute immediately, in cases where
// the page 'state' exists on page load (via bookmark or page refresh, for
// example) use $(window).trigger( 'hashchange' );
// * The event can be bound before DOM ready, but since it won't be usable
// before then in IE6/7 (due to the necessary Iframe), recommended usage is
- // to bind it inside a $(document).ready() callback.
+ // to bind it inside a $(document).on('loadJS', ) callback.
jq_event_special[ str_hashchange ] = $.extend( jq_event_special[ str_hashchange ], {
// Called only when the first 'hashchange' event is bound to window.
setup: function() {