Commit 2b152d13 authored by Shakarim Sapa's avatar Shakarim Sapa

- Отладка кнопки закрытия окна

parent 06123bd6
......@@ -151,7 +151,7 @@ $(document).ready(function() {
preloader: false
});
$('body').on('click', '.mfp-close', function() {
$('.mfp-close').on('click', function() {
alert('asd');
$('.mfp-wrap').click();
});
......
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