Просмотр исходного кода

:recycle: pointing to regular js file

tags/0.9.0
J 4 лет назад
Родитель
Сommit
b4f7c893c8
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      vue-theme/functions.php

+ 1
- 1
vue-theme/functions.php Просмотреть файл

@@ -65,7 +65,7 @@ function vue_theme_scripts() {
65 65
 	} else {
66 66
         wp_register_script(
67 67
             'vue-theme',
68
-            get_template_directory_uri() . '/build/main.js.gz',
68
+            get_template_directory_uri() . '/build/main.js',
69 69
             array( 'jquery' ),
70 70
             false,
71 71
             true 

Загрузка…
Отмена
Сохранить