Jonlin 6 年之前
父節點
當前提交
b88551ba15
共有 2 個文件被更改,包括 1 次插入14 次删除
  1. 1 0
      application/admin/controller/Report.php
  2. 0 14
      application/admin/view/admins/editpower.html

+ 1 - 0
application/admin/controller/Report.php

@@ -397,4 +397,5 @@ class Report extends Base
 
         return $this->fetch();
     }
+
 }//end class

+ 0 - 14
application/admin/view/admins/editpower.html

@@ -95,20 +95,6 @@
         });
     });
 </script>
-<script>
-
-    function checkboxOnclick(checkbox){
-
-        if ( $(this).checked == true){
-            //$(this).parent().slide().eq(1).checked = checked;
-console.log(1);
-        }else{
-            console.log(2);
-        }
-
-    }
-
-</script>
 <script>
     $('#menulist').click(function(){
         if ( $(this).checked == true){