forked from 0x2620/pandora
typo
This commit is contained in:
parent
97e837efd9
commit
4defbaccd1
2 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,7 @@ pandora.ui.editor = function(data) {
|
|||
position: data.position
|
||||
});
|
||||
}
|
||||
if (ui.sort[0].key == 'modified') {
|
||||
if (ui.listSort[0].key == 'modified') {
|
||||
Ox.Request.clearCache('find');
|
||||
pandora.$ui.browser.reloadList();
|
||||
}
|
||||
|
|
|
@ -877,7 +877,7 @@ pandora.ui.infoView = function(data) {
|
|||
ui.icons == 'posters' ? 'poster' : 'icon'
|
||||
) + '128.jpg?' + Ox.uid()});
|
||||
});
|
||||
if (ui.sort[0].key == 'modified') {
|
||||
if (ui.listSort[0].key == 'modified') {
|
||||
pandora.$ui.browser.reloadList();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue