- Minor bugfixes
This commit is contained in:
@@ -77,6 +77,7 @@ class Assets implements Loadable {
|
||||
}
|
||||
|
||||
private function load_assets() {
|
||||
error_log('Starting to load EveAI assets');
|
||||
// Enqueue all required scripts
|
||||
wp_enqueue_script('socket-io');
|
||||
wp_enqueue_script('marked');
|
||||
@@ -93,6 +94,7 @@ class Assets implements Loadable {
|
||||
'nonce' => wp_create_nonce('wp_rest'),
|
||||
'settings' => $this->get_public_settings()
|
||||
]);
|
||||
error_log('EveAI assets loaded');
|
||||
}
|
||||
|
||||
private function get_public_settings() {
|
||||
|
||||
Reference in New Issue
Block a user