forgot the back bt
This commit is contained in:
parent
9aced96d1a
commit
fd1f326108
4
webclient/js/controls.js
vendored
4
webclient/js/controls.js
vendored
@ -72,9 +72,7 @@ function doNext() {
|
||||
}
|
||||
|
||||
function backbt() {
|
||||
$(CURRENT_PLAYLIST_TABLE).listview('refresh');
|
||||
|
||||
//history.back();
|
||||
history.back();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@ -306,7 +306,9 @@ $(document).bind("pageinit", function() {
|
||||
|
||||
//only show backbutton if in UIWebview
|
||||
if (window.navigator.standalone) {
|
||||
$("#back").show();
|
||||
$("#btback").show();
|
||||
} else {
|
||||
$("#btback").hide();
|
||||
}
|
||||
|
||||
// $("#songinfo").resize(resizeSonginfo());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user