Commit 57c6b761 authored by andre's avatar andre

#1255 п4

parent 45fd3339
......@@ -312,6 +312,8 @@ $(document).ready(function() {
removalDelay: 300,
mainClass: 'my-mfp-zoom-in',
autoFocusLast: false,
callbacks: {
open: function() {
$('.mfp-close').mouseover(function() {
......@@ -319,6 +321,7 @@ $(document).ready(function() {
}).mouseout(function() {
$(this).parent().find('.txtbtnclose').hide();
});
// $('.sidebar_btn_2').mouseout();
}
}
});
......
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