瀏覽代碼

Fix the black screen when too many backgrounds are called repeatedly

Jay Salvat 14 年之前
父節點
當前提交
5ed3074d17
共有 1 個文件被更改,包括 4 次插入0 次删除
  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 );
                 });