瀏覽代碼

Removing useless comments

Alexandre Mottier 4 年之前
父節點
當前提交
9a3da00638
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>