nodebb-theme-sin-faltas
Advanced tools
Comparing version 0.0.28 to 0.0.29
@@ -17,2 +17,18 @@ /* | ||
// Your code goes here | ||
$(window).on('action:ajaxify.end', function(data) { | ||
var url = data.url; | ||
console.log('I am now at: ' + url); | ||
}); | ||
$(window).on('filter:middleware.render', function() { | ||
console.log( "carga la página render"); | ||
}); | ||
$(window).on('filter:topic.build', function() { | ||
console.log( "carga la página build"); | ||
}); | ||
$(window).on('filter:router.page', function() { | ||
console.log( "carga la página router"); | ||
}); | ||
}); |
{ | ||
"name": "nodebb-theme-sin-faltas", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "Template to SinFaltas Forum", | ||
@@ -5,0 +5,0 @@ "main": "theme.less", |
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
20840
79