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

- Test

parent 90fa15fe
......@@ -151,7 +151,7 @@ $(document).ready(function() {
preloader: false
});
$('body').find('.mfp-close').on('click', function() {
$('.mfp-close').on('click', function() {
alert('asd');
});
});
......
......@@ -135,8 +135,8 @@ return [
'yii\web\JqueryAsset' => [
'sourcePath' => null,
'js' => [
'/js/libs/jquery/jquery-1.11.2.min.js'
// '/js/jquery-2.1.3.js'
// '/js/libs/jquery/jquery-1.11.2.min.js'
'/js/jquery-2.1.3.js'
],
'jsOptions' => [
'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