Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodebb-theme-lavender

Package Overview
Dependencies
Maintainers
3
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-theme-lavender - npm Package Compare versions

Comparing version 1.0.28 to 1.0.29

2

package.json
{
"name": "nodebb-theme-lavender",
"version": "1.0.28",
"version": "1.0.29",
"description": "Lavender Theme for NodeBB",

@@ -5,0 +5,0 @@ "main": "theme.less",

@@ -109,5 +109,3 @@ $('document').ready(function() {

(function() {
// loading animation
var refreshTitle = app.refreshTitle,
loadingBar = $('.loading-bar');
var loadingBar = $('.loading-bar');

@@ -122,3 +120,3 @@ $(window).on('action:ajaxify.start', function(data) {

app.refreshTitle = function(url) {
$(window).on('action:ajaxify.contentLoaded', function() {
loadingBar.css('width', '100%');

@@ -132,6 +130,4 @@ setTimeout(function() {

}, 750);
return refreshTitle(url);
};
});
}());
});

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc