mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 02:36:16 +01:00
always setting app.previousUrl now, and passing cid into filter:category.topics.get hook
This commit is contained in:
@@ -67,9 +67,7 @@ $(document).ready(function () {
|
||||
apiXHR.abort();
|
||||
}
|
||||
|
||||
if (!window.location.pathname.match(/\/(403|404)$/g)) {
|
||||
app.previousUrl = window.location.href;
|
||||
}
|
||||
app.previousUrl = window.location.href;
|
||||
|
||||
url = ajaxify.start(url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user