nodebb-theme-lavender
Advanced tools
Comparing version 0.0.20-28 to 0.0.20-29
{ | ||
"name": "nodebb-theme-lavender", | ||
"version": "0.0.20-28", | ||
"version": "0.0.20-29", | ||
"description": "Lavender Theme for NodeBB", | ||
@@ -5,0 +5,0 @@ "main": "theme.less", |
$('document').ready(function() { | ||
requirejs([ | ||
'/css/assets/vendor/masonry.js', | ||
], function(Masonry) { | ||
'/css/assets/vendor/imagesLoaded.js', | ||
], function(Masonry, imagesLoaded) { | ||
$(document).bind('DOMNodeInserted', function(event) { | ||
@@ -10,6 +11,10 @@ // Unsure about performance of this, probably pretty bad. Need to bind to ajaxify.onchange or similar instead. | ||
setTimeout(function() { | ||
new Masonry('.row.home > div', { | ||
var masonry = new Masonry('.row.home > div', { | ||
itemSelector: '.category-item', | ||
columnWidth: '.category-item', | ||
}); | ||
$('.row.home > div').imagesLoaded(function() { | ||
masonry.layout(); | ||
}); | ||
}, 50); | ||
@@ -16,0 +21,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
355046
0
100
3242
6