Status check
This commit is contained in:
parent
b04317bf92
commit
cb838359cf
@ -12585,6 +12585,7 @@
|
|||||||
return (_ref = QR.posts[0]) != null ? _ref.thread = g.THREADID : void 0;
|
return (_ref = QR.posts[0]) != null ? _ref.thread = g.THREADID : void 0;
|
||||||
}
|
}
|
||||||
})[view]();
|
})[view]();
|
||||||
|
QR.status();
|
||||||
return g.VIEW = view;
|
return g.VIEW = view;
|
||||||
},
|
},
|
||||||
updateBoard: function(boardID) {
|
updateBoard: function(boardID) {
|
||||||
|
|||||||
@ -12606,6 +12606,7 @@
|
|||||||
return (_ref = QR.posts[0]) != null ? _ref.thread = g.THREADID : void 0;
|
return (_ref = QR.posts[0]) != null ? _ref.thread = g.THREADID : void 0;
|
||||||
}
|
}
|
||||||
})[view]();
|
})[view]();
|
||||||
|
QR.status();
|
||||||
return g.VIEW = view;
|
return g.VIEW = view;
|
||||||
},
|
},
|
||||||
updateBoard: function(boardID) {
|
updateBoard: function(boardID) {
|
||||||
|
|||||||
@ -124,6 +124,8 @@ Navigate =
|
|||||||
QR.posts[0]?.thread = g.THREADID
|
QR.posts[0]?.thread = g.THREADID
|
||||||
}[view]()
|
}[view]()
|
||||||
|
|
||||||
|
QR.status() # Re-enable the QR in the case of a 404'd thread or something.
|
||||||
|
|
||||||
g.VIEW = view
|
g.VIEW = view
|
||||||
|
|
||||||
updateBoard: (boardID) ->
|
updateBoard: (boardID) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user