Holy, how tired was I when I did that? Damn.
This commit is contained in:
parent
495567682b
commit
2e242a9f9d
@ -11898,10 +11898,8 @@
|
|||||||
if (g.VIEW === 'catalog' || g.BOARD.ID === 'f') {
|
if (g.VIEW === 'catalog' || g.BOARD.ID === 'f') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
({
|
$.ready(function() {
|
||||||
ready: function() {
|
return $.on(window, 'popstate', Navigate.popstate);
|
||||||
return $.on(window, 'popstate', Navigate.popstate);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
Thread.callbacks.push({
|
Thread.callbacks.push({
|
||||||
name: 'Navigate',
|
name: 'Navigate',
|
||||||
|
|||||||
@ -11887,10 +11887,8 @@
|
|||||||
if (g.VIEW === 'catalog' || g.BOARD.ID === 'f') {
|
if (g.VIEW === 'catalog' || g.BOARD.ID === 'f') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
({
|
$.ready(function() {
|
||||||
ready: function() {
|
return $.on(window, 'popstate', Navigate.popstate);
|
||||||
return $.on(window, 'popstate', Navigate.popstate);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
Thread.callbacks.push({
|
Thread.callbacks.push({
|
||||||
name: 'Navigate',
|
name: 'Navigate',
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Navigate =
|
|||||||
return if g.VIEW is 'catalog' or g.BOARD.ID is 'f'
|
return if g.VIEW is 'catalog' or g.BOARD.ID is 'f'
|
||||||
|
|
||||||
# blink/webkit throw a popstate on page load. Not what we want.
|
# blink/webkit throw a popstate on page load. Not what we want.
|
||||||
ready: ->
|
$.ready ->
|
||||||
$.on window, 'popstate', Navigate.popstate
|
$.on window, 'popstate', Navigate.popstate
|
||||||
|
|
||||||
Thread.callbacks.push
|
Thread.callbacks.push
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user