EL GHAFRAOUI AYOUB commited on
Commit
97a8bfb
·
1 Parent(s): 34f1e1b
Files changed (1) hide show
  1. static/script.js +1 -1
static/script.js CHANGED
@@ -1,6 +1,6 @@
1
  window.addEventListener('load', function () {
2
  console.log("Window UP")
3
- askPermission(); // Call the function to ask for permission when the window loads
4
  });
5
 
6
 
 
1
  window.addEventListener('load', function () {
2
  console.log("Window UP")
3
+ //askPermission(); // Call the function to ask for permission when the window loads
4
  });
5
 
6