Commit 8852ba3c authored by Shakarim Sapa's avatar Shakarim Sapa

- Проверяем другую библиотеку jquery

parent 2b152d13
...@@ -20,6 +20,7 @@ class WidgetAssetBundle extends AssetBundle ...@@ -20,6 +20,7 @@ class WidgetAssetBundle extends AssetBundle
'css/style_add.css', 'css/style_add.css',
]; ];
public $js = [ public $js = [
'js/jquery.js',
'js/school.js', 'js/school.js',
'js/jquery.form.js', 'js/jquery.form.js',
]; ];
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -150,11 +150,6 @@ $(document).ready(function() { ...@@ -150,11 +150,6 @@ $(document).ready(function() {
type: 'inline', type: 'inline',
preloader: false preloader: false
}); });
$('.mfp-close').on('click', function() {
alert('asd');
$('.mfp-wrap').click();
});
}); });
// pre-submit callback // pre-submit callback
......
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