mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
return false to prevent default
This commit is contained in:
@@ -24,7 +24,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
ajaxify.go = function (url, callback, quiet) {
|
ajaxify.go = function (url, callback, quiet) {
|
||||||
if (ajaxify.handleACPRedirect(url)) {
|
if (ajaxify.handleACPRedirect(url)) {
|
||||||
return;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
app.enterRoom('');
|
app.enterRoom('');
|
||||||
|
|||||||
Reference in New Issue
Block a user