diff --git a/frontend/assets/AppAsset.php b/frontend/assets/AppAsset.php index 6c5924b..9805ae7 100755 --- a/frontend/assets/AppAsset.php +++ b/frontend/assets/AppAsset.php @@ -19,7 +19,7 @@ class AppAsset extends AssetBundle public $css = [ 'css/style.css', '/admin/css/flags32.css', - //'https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic,latin', + 'https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic,latin', ]; public $js = [ '/js/script.js', @@ -31,9 +31,9 @@ class AppAsset extends AssetBundle '/admin/js/option.js', '/js/jmousewhell.js', '/js/autoresize.jquery.js', - '/js/forms.js', '/js/jquery.MultiFile.js', '/js/myGallery_min.js', + '/js/forms.js', 'js/fieldWidget.js' ]; public $depends = [ diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 48d61c9..04e139b 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -31,7 +31,6 @@ AppAsset::register($this);
beginBody() ?> -