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

- Test

parent 9917eda2
...@@ -3,12 +3,4 @@ ...@@ -3,12 +3,4 @@
<?php <?php
echo $formPopup; echo $formPopup;
?> ?>
</div> </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
...@@ -31,4 +31,12 @@ ...@@ -31,4 +31,12 @@
<?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 ]);?>
\ 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
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