mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 18:56:15 +01:00
Merge branch 'master' of github.com:psychobunny/node-forum
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
|
||||
(function() {
|
||||
jQuery.get(API_URL + api_url, function(data) {
|
||||
if(data === false) {
|
||||
if(!data) {
|
||||
ajaxify.go('404');
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user