Explorar o código

Fix the black screen when too many backgrounds are called repeatedly

Jay Salvat %!s(int64=14) %!d(string=hai) anos
pai
achega
5ed3074d17
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      jquery.vegas.js

+ 4 - 0
jquery.vegas.js

@@ -62,6 +62,10 @@
                 'top': '0px'
             })
             .load( function() {
+                if ( $new == $current ) {
+                    return;
+                }
+                
                 $( window ).bind( 'resize.vegas', function( e ) {
                     resize( $new, options );
                 });