perserve hash when switching categories

This commit is contained in:
Baris Usakli
2017-06-28 13:52:46 -04:00
parent 2f8f69d6af
commit 9979987342

View File

@@ -19,7 +19,7 @@ define('admin/manage/category', [
});
$('#category-selector').on('change', function () {
ajaxify.go('admin/manage/categories/' + $(this).val());
ajaxify.go('admin/manage/categories/' + $(this).val() + window.location.hash);
});
function enableColorPicker(idx, inputEl) {