nodebb-theme-lavender
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "nodebb-theme-lavender", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Lavender Theme for NodeBB", | ||
@@ -5,0 +5,0 @@ "main": "theme.less", |
@@ -64,2 +64,6 @@ $('document').ready(function() { | ||
ajaxify.go = function(url, callback, quiet) { | ||
if ($('#content').hasClass('ajaxifying')) { | ||
return true; | ||
} | ||
loadingBar.addClass('reset').css('width', '100%'); | ||
@@ -66,0 +70,0 @@ return ajaxifyGo(url, callback, quiet); |
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
325805
2479