Commit 1054335c authored by Shakarim Sapa's avatar Shakarim Sapa

- Test

parent 9917eda2
......@@ -4,11 +4,3 @@
echo $formPopup;
?>
</div>
\ No newline at end of file
<script type='text/javascript'>
$(document).ready(function() {
$('.mfp-close').on('click', function() {
alert('asd');
});
});
</script>
\ No newline at end of file
......@@ -32,3 +32,11 @@
<?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 ]);?>
<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