WP PLUGIN APOP

add jQuery-Sortable for Touch Device
This commit is contained in:
2021-06-30 11:01:07 +09:00
parent 1414f330e8
commit ada1e0eadf
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -42,6 +42,9 @@ function apop_register_my_styles() {
wp_enqueue_script( 'jquery-ui-sortable' );
wp_enqueue_script( 'jquery-ui-autocomplete' );
wp_enqueue_script( 'post-sort-cat-order_js', APOP_PLUGIN_URL . 'js/apop-style.js' );
if ( wp_is_mobile() ) {
wp_enqueue_script( 'jquery-touch-punch' );
}
}
$APOP->set_query();