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