This commit is contained in:
rolux 2013-02-12 07:32:59 +05:30
parent 97e837efd9
commit 4defbaccd1
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}

View File

@ -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();
}
});