Browse Source

๐Ÿ—œ๏ธ

windhamdavid 2 days ago
parent
commit
a498bf0d2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -253,7 +253,7 @@ function register_offcanvas_menu_block() {
     // Register editor assets
     wp_register_script(
         'offcanvas-menu-editor',
-        get_stylesheet_directory_uri() . '/blocks/offcanvas-menu/build/index.js',
+        get_stylesheet_directory_uri() . '/js/offcanvas-menu-editor.js',
         array('wp-blocks', 'wp-element'),
         '1.0.0'
     );