added project deleting
This commit is contained in:
@ -8,9 +8,6 @@
|
||||
});
|
||||
}
|
||||
hide_menus();
|
||||
oncontextmenu = (e) => {
|
||||
e.preventDefault()
|
||||
}
|
||||
$('form').on('submit', function(event) {
|
||||
event.preventDefault();
|
||||
});
|
||||
|
@ -11,6 +11,9 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title> <%= name %> </title>
|
||||
<script>
|
||||
oncontextmenu = (e) => {
|
||||
e.preventDefault()
|
||||
}
|
||||
if(document.title == "login"){
|
||||
// console.log(document.title);
|
||||
log_by_sid();
|
||||
|
Reference in New Issue
Block a user