Commit 79218cb0 authored by Shakarim Sapa's avatar Shakarim Sapa

- Test

parent 1054335c
...@@ -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,
......
...@@ -32,11 +32,3 @@ ...@@ -32,11 +32,3 @@
<?php // $this->registerJsFile('/plugins/fusioncharts-suite-xt/js/fusioncharts.js', ['position' => yii\web\View::POS_END ]);?> <?php // $this->registerJsFile('/plugins/fusioncharts-suite-xt/js/fusioncharts.js', ['position' => yii\web\View::POS_END ]);?>
<?php $this->registerJsFile('/js/custom.js', ['position' => yii\web\View::POS_END ]);?> <?php $this->registerJsFile('/js/custom.js', ['position' => yii\web\View::POS_END ]);?>
<script type='text/javascript'>
$(document).ready(function() {
$('.mfp-close').on('click', function() {
alert('asd');
});
});
</script>
\ No newline at end of file
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