Removed date formatting display
Showing
3 changed files
with
0 additions
and
7 deletions
| ... | @@ -21,7 +21,6 @@ class Actions { | ... | @@ -21,7 +21,6 @@ class Actions { |
| 21 | _enqueue_script('date', Tools\url('scripts/date.js', __FILE__)); | 21 | _enqueue_script('date', Tools\url('scripts/date.js', __FILE__)); |
| 22 | _enqueue_script('jquery-datepicker', Tools\url('scripts/jquery.datePicker.js', __FILE__), Array('jquery','date')); | 22 | _enqueue_script('jquery-datepicker', Tools\url('scripts/jquery.datePicker.js', __FILE__), Array('jquery','date')); |
| 23 | _enqueue_script('jquery-admin-uploadify', Tools\url('uploadify/jquery.uploadify.v2.1.4.js', __FILE__), Array('jquery','swfobject')); | 23 | _enqueue_script('jquery-admin-uploadify', Tools\url('uploadify/jquery.uploadify.v2.1.4.js', __FILE__), Array('jquery','swfobject')); |
| 24 | _enqueue_script('jquery-branding', Tools\url('scripts/branding.js', __FILE__), Array('jquery')); | ||
| 25 | } | 24 | } |
| 26 | 25 | ||
| 27 | public static function admin_head() { | 26 | public static function admin_head() { | ... | ... |
com/Branding/scripts/branding.js
deleted
100644 → 0
| ... | @@ -390,7 +390,6 @@ class AccountValidation extends Common\Validation { | ... | @@ -390,7 +390,6 @@ class AccountValidation extends Common\Validation { |
| 390 | return false; | 390 | return false; |
| 391 | } | 391 | } |
| 392 | 392 | ||
| 393 | // here | ||
| 394 | foreach ($this->all_groups as $id => $one) { | 393 | foreach ($this->all_groups as $id => $one) { |
| 395 | if (isset($this->on_groups[$id])) { | 394 | if (isset($this->on_groups[$id])) { |
| 396 | UAM\getGroupByID($id)->addUser($_POST['uid']); | 395 | UAM\getGroupByID($id)->addUser($_POST['uid']); | ... | ... |
-
Please register or sign in to post a comment