]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/customize-models.js
WordPress 3.9.1
[autoinstalls/wordpress.git] / wp-includes / js / customize-models.js
index 5fa62aeecca485778f0312e85f2b74dd1bab1e8b..5969be3963d6152b9a1a2dd08c10e905987c3a52 100644 (file)
                                return false;
                        }
 
+                       if (this.get('imageWidth') <= this.get('themeWidth')) {
+                               return false;
+                       }
+
                        return true;
                }
        });