mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fix #1695 better split to get cat id in url
This commit is contained in:
@@ -150,7 +150,7 @@ $(document).ready(() => {
|
||||
}
|
||||
});
|
||||
|
||||
var url_split = window.location.href.split("#");
|
||||
var url_split = window.location.href.split("cat_move");
|
||||
var catToOpen = url_split[url_split.length-1].split("-")[1];
|
||||
|
||||
function isNumeric(num){
|
||||
|
||||
Reference in New Issue
Block a user