Changeset 1585089
- Timestamp:
- 01/30/2017 01:49:08 PM (9 years ago)
- File:
-
- 1 edited
-
wp-mailup/trunk/display-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-mailup/trunk/display-widget.php
r1523643 r1585089 4 4 /* exit('<pre>' . print_r($wpmailup, true) . '</pre>'); */ 5 5 wp_enqueue_script('jquery-ui-datepicker'); 6 wp_enqueue_script('placeholder', ' http://jamesallardice.github.io/Placeholders.js/assets/js/placeholders.min.js');7 wp_enqueue_style('jquery-style', ' http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css');6 wp_enqueue_script('placeholder', '//jamesallardice.github.io/Placeholders.js/assets/js/placeholders.min.js'); 7 wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); 8 8 $text_field_size = 22; 9 9 $text_field_maxlength = 80;
Note: See TracChangeset
for help on using the changeset viewer.