Committer: szhirkov
LJINT-430: lj comments - show bubble on hover (instead of on click)U trunk/templates/Identity/ExternalLogin.tmpl
Modified: trunk/templates/Identity/ExternalLogin.tmpl =================================================================== --- trunk/templates/Identity/ExternalLogin.tmpl 2011-05-20 08:00:07 UTC (rev 10528) +++ trunk/templates/Identity/ExternalLogin.tmpl 2011-05-20 08:15:51 UTC (rev 10529) @@ -42,7 +42,7 @@ jQuery('#login-more').bubble({ target: 'a.i-loginpopup-show', closeControl: false, - showOn: 'click', + showOn: 'hover', closeOnContentClick: true }); </script>