Browse Source

Removing useless comments

Alexandre Mottier 4 years ago
parent
commit
9a3da00638
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.php

+ 2 - 2
index.php

@@ -9,8 +9,8 @@
   <script>
         $(document).ready(function() {
         $('#btn_click').on('click', function() {
-        var url = 'index.php'; //please insert the url of the your current page here, we are assuming the url is 'index.php'
-        $('#passgen-wrapper').load(url + ' #passgen'); //note: the space before #div1 is very important
+        var url = 'index.php';
+        $('#passgen-wrapper').load(url + ' #passgen');
         });
     });
   </script>