fixed 946
This commit is contained in:
parent
73905e6831
commit
6fe4b5bc56
1 changed files with 1 additions and 0 deletions
|
|
@ -206,6 +206,7 @@ var View = {
|
|||
userMenu: {
|
||||
click: function() {
|
||||
$(this).toggleClass("active");
|
||||
return false;
|
||||
},
|
||||
removeFocus: function(evt) {
|
||||
var $target = $(evt.target);
|
||||
|
|
|
|||
Loading…
Reference in a new issue