Commit 7ce9ec06 authored by Shakarim Sapa's avatar Shakarim Sapa

- Test

parent 90fa15fe
...@@ -151,7 +151,7 @@ $(document).ready(function() { ...@@ -151,7 +151,7 @@ $(document).ready(function() {
preloader: false preloader: false
}); });
$('body').find('.mfp-close').on('click', function() { $('.mfp-close').on('click', function() {
alert('asd'); alert('asd');
}); });
}); });
......
...@@ -135,8 +135,8 @@ return [ ...@@ -135,8 +135,8 @@ return [
'yii\web\JqueryAsset' => [ 'yii\web\JqueryAsset' => [
'sourcePath' => null, 'sourcePath' => null,
'js' => [ 'js' => [
'/js/libs/jquery/jquery-1.11.2.min.js' // '/js/libs/jquery/jquery-1.11.2.min.js'
// '/js/jquery-2.1.3.js' '/js/jquery-2.1.3.js'
], ],
'jsOptions' => [ 'jsOptions' => [
'position' => \yii\web\View::POS_HEAD, 'position' => \yii\web\View::POS_HEAD,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment