mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 15:35:47 +01:00
removed console.log
This commit is contained in:
@@ -311,7 +311,7 @@ var ajaxify = ajaxify || {};
|
||||
// Internal link
|
||||
var url = this.href.replace(rootUrl + '/', ''),
|
||||
currentTime = (new Date()).getTime();
|
||||
console.log(Date.now(), ajaxify.preloader[url]);
|
||||
|
||||
if (!ajaxify.preloader[url] || currentTime - ajaxify.preloader[url].lastFetched > PRELOADER_RATE_LIMIT) {
|
||||
ajaxify.preloader[url] = null;
|
||||
ajaxify.loadData(url, function(err, data) {
|
||||
|
||||
Reference in New Issue
Block a user