Commit bdeda2b7 authored by imac's avatar imac

[Bugfix]Stop close mozaique when clic download

parent 3a9e0a9a
......@@ -6,9 +6,6 @@ $(function(){
$('a[href^="#"], .easyzoom a').click(function(e){
e.preventDefault();
});
$('.download-btn').click(function(e){
e.stopPropagation();
});
//load content page on left Panel
$('.footer .right li:not(.nl)').on('click','a',function(e){
$('html').css('overflow','hidden');
......
......@@ -124,6 +124,9 @@ $('.product-list article img, .product-list article ul li').on('click', function
$.fn.productAnimation();
$('#product .product-list').showRightPanel();
},800)
$('.download-btn').click(function(e){
e.stopPropagation();
});
});
})
});
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