perserve hash when switching categories

v1.18.x
Baris Usakli 8 years ago
parent 2f8f69d6af
commit 9979987342

@ -19,7 +19,7 @@ define('admin/manage/category', [
}); });
$('#category-selector').on('change', function () { $('#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) { function enableColorPicker(idx, inputEl) {

Loading…
Cancel
Save