Commit 9917eda2 authored by Shakarim Sapa's avatar Shakarim Sapa

- Test

parent 7ce9ec06
...@@ -150,10 +150,6 @@ $(document).ready(function() { ...@@ -150,10 +150,6 @@ $(document).ready(function() {
type: 'inline', type: 'inline',
preloader: false preloader: false
}); });
$('.mfp-close').on('click', function() {
alert('asd');
});
}); });
// pre-submit callback // pre-submit callback
......
...@@ -3,4 +3,12 @@ ...@@ -3,4 +3,12 @@
<?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
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