mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
console.log
This commit is contained in:
@@ -168,8 +168,6 @@ function load_template(callback, url, template) {
|
|||||||
url = (url === '' || url === '/') ? 'home' : url;
|
url = (url === '' || url === '/') ? 'home' : url;
|
||||||
|
|
||||||
jQuery.get(API_URL + url, function(data) {
|
jQuery.get(API_URL + url, function(data) {
|
||||||
|
|
||||||
console.log(data);
|
|
||||||
if(!data) {
|
if(!data) {
|
||||||
window.location.href = '/403';
|
window.location.href = '/403';
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user