Rank gives rating if not updated manually before
This commit is contained in:
@@ -160,12 +160,10 @@ onLoad(()=>{
|
||||
updatePairable();
|
||||
});
|
||||
window.on('unload', e => {
|
||||
console.log(store('unpairablesScroll'))
|
||||
store('pairablesScroll', $('#pairables')[0].scrollTop);
|
||||
store('unpairablesScroll', $('#unpairables')[0].scrollTop);
|
||||
store('pairedScroll', $('#paired')[0].scrollTop);
|
||||
});
|
||||
console.log(store('unpairablesScroll'))
|
||||
setTimeout(() => {
|
||||
if (store.has('pairablesScroll')) $('#pairables')[0].scrollTop = store('pairablesScroll');
|
||||
if (store.has('unpairablesScroll')) $('#unpairables')[0].scrollTop = store('unpairablesScroll');
|
||||
|
Reference in New Issue
Block a user