forgot the back bt

This commit is contained in:
Wouter van Wijk 2013-02-10 23:49:13 +01:00
parent 9aced96d1a
commit fd1f326108
2 changed files with 4 additions and 4 deletions

View File

@ -72,9 +72,7 @@ function doNext() {
}
function backbt() {
$(CURRENT_PLAYLIST_TABLE).listview('refresh');
//history.back();
history.back();
return false;
}

View File

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