From bdfe57965ab3f49f57d947bcb8f70888036ec2f5 Mon Sep 17 00:00:00 2001 From: gine Date: Sun, 19 Mar 2017 12:59:23 +0100 Subject: [PATCH] Fix bottone indietro --- www/js/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/js/main.js b/www/js/main.js index 72c57fc..086638b 100644 --- a/www/js/main.js +++ b/www/js/main.js @@ -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);