Status check

This commit is contained in:
Zixaphir 2014-04-07 11:40:46 -07:00
parent b04317bf92
commit cb838359cf
3 changed files with 4 additions and 0 deletions

View File

@ -12585,6 +12585,7 @@
return (_ref = QR.posts[0]) != null ? _ref.thread = g.THREADID : void 0;
}
})[view]();
QR.status();
return g.VIEW = view;
},
updateBoard: function(boardID) {

View File

@ -12606,6 +12606,7 @@
return (_ref = QR.posts[0]) != null ? _ref.thread = g.THREADID : void 0;
}
})[view]();
QR.status();
return g.VIEW = view;
},
updateBoard: function(boardID) {

View File

@ -124,6 +124,8 @@ Navigate =
QR.posts[0]?.thread = g.THREADID
}[view]()
QR.status() # Re-enable the QR in the case of a 404'd thread or something.
g.VIEW = view
updateBoard: (boardID) ->