add slash before route in ajaxify debug string

v1.18.x
Julian Lam 8 years ago
parent 7caad67ef2
commit 05700c951c

@ -217,7 +217,7 @@ $(document).ready(function () {
var timeElapsed = Date.now() - ajaxifyTimer;
if (config.environment === 'development' && !isNaN(timeElapsed)) {
console.info('[ajaxify ' + url + '] Time elapsed:', timeElapsed + 'ms');
console.info('[ajaxify /' + url + '] Time elapsed:', timeElapsed + 'ms');
}
};

Loading…
Cancel
Save