mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 01:48:25 +02:00
This commit is contained in:
@@ -16,7 +16,7 @@ define('forum/category', [
|
||||
var Category = {};
|
||||
|
||||
$(window).on('action:ajaxify.start', function (ev, data) {
|
||||
if (data.url && !data.url.startsWith('category/')) {
|
||||
if (!String(data.url).startsWith('category/')) {
|
||||
navigator.disable();
|
||||
|
||||
removeListeners();
|
||||
|
||||
Reference in New Issue
Block a user