Selaa lähdekoodia

Fix the black screen when too many backgrounds are called repeatedly

Jay Salvat 14 vuotta sitten
vanhempi
commit
5ed3074d17
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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 );
                 });