Change path

This commit is contained in:
Jay Wood
2016-09-30 11:41:23 -04:00
parent 018d7faa4f
commit 634a78af5d

View File

@ -71,7 +71,7 @@ class CWV2_Admin {
return; return;
} }
wp_enqueue_script( 'cwv2-admin', $this->plugin->url( 'assets/admin.js' ), array( 'jquery' ), $this->plugin->version, true ); wp_enqueue_script( 'cwv2-admin', $this->plugin->url( 'js/admin.js' ), array( 'jquery' ), $this->plugin->version, true );
} }
/** /**