Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit 52ed5aa

Browse files
Merge pull request #416 from cristian-ungureanu/development
#415 - change icon picker in general repeater
2 parents 1f5702c + 957baca commit 52ed5aa

10 files changed

+1415
-867
lines changed

css/admin-style.css

-7
Large diffs are not rendered by default.

functions.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ function parallax_one_wp_page_menu()
186186

187187

188188
function parallax_one_customizer_scripts(){
189-
wp_register_script( 'parallax_ddslick', get_template_directory_uri() .'/js/vendor/jquery.ddslick.js', array("jquery"), '1.0.0');
190189

191-
wp_enqueue_script( 'parallax_one_customizer_script', parallax_get_file('/js/parallax_one_customizer.js'), array("jquery","jquery-ui-draggable","parallax_ddslick"),'1.0.2', true );
190+
191+
wp_enqueue_script( 'parallax_one_customizer_script', parallax_get_file('/js/parallax_one_customizer.js'), array("jquery","jquery-ui-draggable"),'1.0.2', true );
192192

193193
wp_localize_script( 'parallax_one_customizer_script', 'parallaxOneCustomizerObject', array(
194194

inc/class/parallax-one-general-control.php

+358-455
Large diffs are not rendered by default.

inc/icon-picker/css/iconpicker.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inc/icon-picker/css/stamp-icons.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
( function( $ ) {
2+
3+
$( function() {
4+
$( '.icp' ).iconpicker().on( 'iconpickerUpdated', function() {
5+
$( this ).trigger( 'change' );
6+
} );
7+
} );
8+
9+
} )( jQuery );

0 commit comments

Comments
 (0)