Merge branch 'blog-hashtag-filtr' into 'master'

#1255 п4



See merge request !58
parents 9fdf0da6 57c6b761
...@@ -312,6 +312,8 @@ $(document).ready(function() { ...@@ -312,6 +312,8 @@ $(document).ready(function() {
removalDelay: 300, removalDelay: 300,
mainClass: 'my-mfp-zoom-in', mainClass: 'my-mfp-zoom-in',
autoFocusLast: false,
callbacks: { callbacks: {
open: function() { open: function() {
$('.mfp-close').mouseover(function() { $('.mfp-close').mouseover(function() {
...@@ -319,6 +321,7 @@ $(document).ready(function() { ...@@ -319,6 +321,7 @@ $(document).ready(function() {
}).mouseout(function() { }).mouseout(function() {
$(this).parent().find('.txtbtnclose').hide(); $(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