Plugin Directory

Changeset 1585089


Ignore:
Timestamp:
01/30/2017 01:49:08 PM (9 years ago)
Author:
mailup4wp
Message:

Protocollo relativo sostituendo http:// con nell inclusione di alcuni script e css per evitare conflitti

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-mailup/trunk/display-widget.php

    r1523643 r1585089  
    44/* exit('<pre>' . print_r($wpmailup, true) . '</pre>'); */
    55wp_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');
     6wp_enqueue_script('placeholder', '//jamesallardice.github.io/Placeholders.js/assets/js/placeholders.min.js');
     7wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css');
    88$text_field_size = 22;
    99$text_field_maxlength = 80;
Note: See TracChangeset for help on using the changeset viewer.