fix double toggle when clicking on star
parent
bf212ed165
commit
99c228323e
|
@ -22,7 +22,7 @@
|
|||
var $j = jQuery.noConflict();
|
||||
$j(document).ready(function(){
|
||||
$j('#user-block-hide').hide();
|
||||
$j('#user-block1 span').click(function() {
|
||||
$j('#user-block1 > div > span').click(function() {
|
||||
$j(this).toggleClass("active");
|
||||
$j("#user-block-hide").slideToggle(300);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue