Update db migration and remove unused files

This commit is contained in:
Almira Krdzic
2018-11-04 17:57:48 +01:00
parent 5e55d296e5
commit b7e4f7f49b
5 changed files with 11 additions and 6 deletions

View File

@@ -16,7 +16,6 @@ class Wiaas_Admin_Delivery_Process {
$plugin_url = untrailingslashit( plugins_url( '/', WIAAS_FILE ) );
wp_enqueue_script( 'wiaas_admin_delivery_process', $plugin_url . '/assets/js/wiaas-admin-delivery-process.js' );
wp_enqueue_style( 'wiaas_admin_delivery_process', $plugin_url . '/assets/css/wiaas-admin-delivery-process.css' );
}
}