| @@ -284,9 +284,9 @@ | ||
| 284 | 284 | |
| 285 | 285 | // Enqueue the JavaScript file |
| 286 | 286 | wp_enqueue_script( |
| 287 | 287 | 'mxchat-meta-box', |
| 288 | - plugin_dir_url(__FILE__) . '../js/meta-box.js', | |
| 288 | + plugin_dir_url(__FILE__) . 'js/meta-box.js', | |
| 289 | 289 | array('wp-edit-post', 'wp-element', 'wp-components', 'wp-data', 'wp-plugins'), |
| 290 | 290 | '1.0.0', |
| 291 | 291 | true |
| 292 | 292 | ); |