Replace min css with unminfied version
This commit is contained in:
parent
51d10d8b92
commit
f74b426362
3 changed files with 101 additions and 2 deletions
|
|
@ -97,7 +97,7 @@
|
|||
}
|
||||
}
|
||||
endwhile;
|
||||
wp_enqueue_style('toggle_switch_style', get_stylesheet_directory_uri() . '/css/tinytools.toggleswitch.min.css');
|
||||
wp_enqueue_style('toggle_switch_style', get_stylesheet_directory_uri() . '/css/tinytools.toggleswitch.css');
|
||||
wp_enqueue_script('toggle_switch', get_stylesheet_directory_uri() . '/js/tinytools.toggleswitch.min.js', array('jquery'));
|
||||
wp_enqueue_script('page_pins_map', get_stylesheet_directory_uri() . '/js/page-pins-map.js', array('jquery', 'jquery-ui-selectable', 'jquery-ui-slider', 'toggle_switch'));
|
||||
wp_localize_script('page_pins_map', 'page_pins_map', array('places' => $locations, 'traveler' => array_values($traveler)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue