Invalid username/password
'); 19 | } 20 | }); 21 | }); 22 | 23 | 24 | $("#logoutbtn").on("click", function(){ 25 | 26 | $.post("/logout", {action: 'logout'}, function (response) { 27 | 28 | window.location.href = "index.php"; 29 | 30 | }); 31 | }); 32 | 33 | 34 | /***************************** Gallery Actions ******************************/ 35 | // Add Gallery Action 36 | $("#addGallerybtn").on("click", function(){ 37 | var galleryName = $("#galleryName").val(); 38 | 39 | if(galleryName != "") { 40 | $("#loader").html('{{ gallery }}
46 | 47 | 48 |No Galleries Found
No Photos Found