mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed critical bug in frontend routing
I have no idea how this could ever work.
This commit is contained in:
@ -156,7 +156,8 @@ App.Router = function(_, jQuery, promise, util, appState, presenterManager) {
|
||||
value = parseComplexParamValue(value);
|
||||
}
|
||||
params[key] = value;
|
||||
compare = compare.replace(compareParts[j], possibleRouteParts[j]);
|
||||
compareParts[j] = possibleRouteParts[j];
|
||||
compare = compareParts.join('/');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user