mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 18:56:15 +01:00
fixed login register logout
This commit is contained in:
@@ -160,9 +160,8 @@
|
||||
}());
|
||||
|
||||
(function() {
|
||||
console.log(API_URL,api_url);
|
||||
jQuery.get(API_URL + api_url, function(data) {
|
||||
|
||||
jQuery.get(API_URL + api_url, function(data) {
|
||||
|
||||
if(!data) {
|
||||
ajaxify.go('404');
|
||||
|
||||
Reference in New Issue
Block a user