"f"
This commit is contained in:
parent
e7e411142f
commit
aaf1ee06ee
@ -12776,7 +12776,7 @@
|
|||||||
path.shift();
|
path.shift();
|
||||||
}
|
}
|
||||||
boardID = path[0], view = path[1], threadID = path[2];
|
boardID = path[0], view = path[1], threadID = path[2];
|
||||||
if (view === 'catalog') {
|
if (view === 'catalog' || boardID === 'f') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (e) {
|
if (e) {
|
||||||
|
|||||||
@ -12753,7 +12753,7 @@
|
|||||||
path.shift();
|
path.shift();
|
||||||
}
|
}
|
||||||
boardID = path[0], view = path[1], threadID = path[2];
|
boardID = path[0], view = path[1], threadID = path[2];
|
||||||
if (view === 'catalog') {
|
if (view === 'catalog' || boardID === 'f') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (e) {
|
if (e) {
|
||||||
|
|||||||
@ -363,7 +363,7 @@ Main =
|
|||||||
path.shift() if path[0] is ''
|
path.shift() if path[0] is ''
|
||||||
[boardID, view, threadID] = path
|
[boardID, view, threadID] = path
|
||||||
|
|
||||||
return if view is 'catalog'
|
return if view is 'catalog' or boardID is 'f'
|
||||||
|
|
||||||
e.preventDefault() if e
|
e.preventDefault() if e
|
||||||
history.pushState null, '', @pathname unless @id is 'popState'
|
history.pushState null, '', @pathname unless @id is 'popState'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user