This commit is contained in:
2023-07-14 10:24:06 +05:00
parent 6dc312d156
commit 1a88b8bb64
17 changed files with 492 additions and 360 deletions

View File

@ -11,6 +11,12 @@
oncontextmenu = (e) => {
e.preventDefault()
}
$('form').on('submit', function(event) {
event.preventDefault();
});
// $('form').unbind('click').click(function (e) {
// e.preventDefault(); //This could also be return false as I'm using jQuery.
// })
$(window).focus(function(){
if(document.title == "login"){
// console.log(document.title);