added branding.js
Showing
2 changed files
with
4 additions
and
0 deletions
| ... | @@ -19,6 +19,7 @@ class Actions { | ... | @@ -19,6 +19,7 @@ class Actions { |
| 19 | 19 | ||
| 20 | _enqueue_script('date', Tools\url('scripts/date.js', __FILE__)); | 20 | _enqueue_script('date', Tools\url('scripts/date.js', __FILE__)); |
| 21 | _enqueue_script('jquery-datepicker', Tools\url('scripts/jquery.datePicker.js', __FILE__), Array('jquery','date')); | 21 | _enqueue_script('jquery-datepicker', Tools\url('scripts/jquery.datePicker.js', __FILE__), Array('jquery','date')); |
| 22 | _enqueue_script('jquery-branding', Tools\url('scripts/branding.js', __FILE__), Array('jquery')); | ||
| 22 | } | 23 | } |
| 23 | 24 | ||
| 24 | public static function admin_head() { | 25 | public static function admin_head() { | ... | ... |
com/Branding/scripts/branding.js
0 → 100644
-
Please register or sign in to post a comment