nodebb-theme-sin-faltas
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -17,6 +17,7 @@ /* | ||
// Your code goes here | ||
$(window).on('action:ajaxify.end', function(data) { | ||
$(window).on('action:ajaxify.end', function(event, data) { | ||
var url = data.url; | ||
console.log('I am now at: ' + data); | ||
console.log('Data ' + JSON.parse(JSON.stringify(data))); | ||
console.log('Event ' + JSON.parse(JSON.stringify(event))); | ||
}); | ||
}); |
{ | ||
"name": "nodebb-theme-sin-faltas", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "Template to SinFaltas Forum", | ||
@@ -5,0 +5,0 @@ "main": "theme.less", |
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
20600
71