From 5ca433ff4fa143763e10bf70cab36132f1570b9b Mon Sep 17 00:00:00 2001 From: captainbeer Date: Wed, 22 Aug 2018 18:44:53 +0300 Subject: [PATCH] -Scripts shuffled --- frontend/assets/AppAsset.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/assets/AppAsset.php b/frontend/assets/AppAsset.php index 7930c58..4db897e 100755 --- a/frontend/assets/AppAsset.php +++ b/frontend/assets/AppAsset.php @@ -17,11 +17,11 @@ ]; public $js = [ - 'js/jquery.mask.min.js', + "js/events.js", + 'js/jquery.mask.min.js', "js/script.js", "js/markerclusterer.js", "js/map.js", - "js/events.js", ]; public $depends = [ 'yii\web\YiiAsset', -- libgit2 0.21.4