Commit 9bc2670f authored by Shakarim Sapa's avatar Shakarim Sapa

- Test

parent a1f083cb
......@@ -113,6 +113,7 @@ $(document).ready(function() {
$('.spec_propotition').hide();
}
});
$('body').on('click', 'a.ls_likes_y', function(){
link = $(this);
courseId = link.data('course');
......@@ -144,6 +145,11 @@ $(document).ready(function() {
});
}
});
$('#registration_form').magnificPopup({
type: 'inline',
preloader: false
});
});
// pre-submit callback
......
......@@ -95,12 +95,6 @@ WidgetAssetBundle::register($this);
<div class="white-popup-block mfp-hide">
<?= RegistrationWidget::widget(); ?>
<script type='text/javascript'>
$(document).ready(function() {
$('#registration_form').magnificPopup({
type: 'inline',
preloader: false
});
});
</script>
</div>
......
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