Commit af6800f3 authored by imac's avatar imac

[Update]Add click to login popup

parent a699e6f3
...@@ -164,7 +164,7 @@ $.fn.loadPageContent = function(){ ...@@ -164,7 +164,7 @@ $.fn.loadPageContent = function(){
tlProduct.reverse(); tlProduct.reverse();
//$('.load-page').removeClass('fadeInUp').addClass('animated fadeOutUp'); //$('.load-page').removeClass('fadeInUp').addClass('animated fadeOutUp');
}); });
$(document).on('click','.acces li .login',function(e){ $(document).on('click','.acces li .login, .login-user',function(e){
e.stopImmediatePropagation(); e.stopImmediatePropagation();
$('.popup-container').fadeIn(); $('.popup-container').fadeIn();
$( ".c-hamburger" ).trigger( "click" ); $( ".c-hamburger" ).trigger( "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