handle invalid hashes on the admin page

pull/1/head
ansuz 2021-06-09 14:17:19 +05:30
parent ec34d90f5f
commit 82dc55e36a
1 changed files with 1 additions and 0 deletions

View File

@ -1691,6 +1691,7 @@ define([
if (active.indexOf('-') !== -1) {
active = active.split('-')[0];
}
if (!categories[active]) { active = 'general'; }
common.setHash(active);
Object.keys(categories).forEach(function (key) {
var $category = $('<div>', {'class': 'cp-sidebarlayout-category'}).appendTo($categories);