Fix bottone indietro
This commit is contained in:
parent
e9dd36c201
commit
bdfe57965a
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@ $(document).on("pagecontainerchange", function () {
|
|||
var current = $(".ui-page-active").prop("id"); // Remove active class from nav buttons
|
||||
if(current == 'info' || current == 'events'){
|
||||
$("#navfooter").addClass("hide");
|
||||
} else {
|
||||
$("#navfooter").removeClass("hide");
|
||||
}
|
||||
|
||||
console.log("current" + current);
|
||||
|
|
Loading…
Reference in a new issue