Tuning shortcode's script code
This commit is contained in:
@@ -1145,7 +1145,7 @@ class SP_AJAX {
|
|||||||
window.send_to_editor( shortcode );
|
window.send_to_editor( shortcode );
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script type="text/javascript">
|
||||||
jQuery(document).ready(function($){
|
jQuery(document).ready(function($){
|
||||||
// Datepicker
|
// Datepicker
|
||||||
$(".sp-datepicker").datepicker({
|
$(".sp-datepicker").datepicker({
|
||||||
@@ -1189,7 +1189,7 @@ class SP_AJAX {
|
|||||||
});
|
});
|
||||||
$(".sp-date-selector input").trigger("change");
|
$(".sp-date-selector input").trigger("change");
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user