This commit is contained in:
Baris Usakli
2017-07-14 17:29:53 -04:00
parent 9dee81b37f
commit 0a4b76357a

View File

@@ -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();