forked from 0x2620/pandora
add missing semicolon
This commit is contained in:
parent
cc1d3923fe
commit
9bbefac9f8
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ pandora.ui.browser = function() {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
pandora_listsort: function() {
|
pandora_listsort: function() {
|
||||||
that.options({sort: getSort()})
|
that.options({sort: getSort()});
|
||||||
},
|
},
|
||||||
pandora_showsiteposters: function() {
|
pandora_showsiteposters: function() {
|
||||||
pandora.user.ui.icons == 'posters' && that.reloadList(true);
|
pandora.user.ui.icons == 'posters' && that.reloadList(true);
|
||||||
|
|
Loading…
Reference in a new issue