* VRFS-1121 - set dropdown size to 7
This commit is contained in:
parent
7dd0751409
commit
865d8c17b6
|
|
@ -574,7 +574,7 @@
|
|||
// if this has already been initialized, re-init it so it picks up any new <options>
|
||||
$item.easyDropDown('destroy')
|
||||
}
|
||||
$item.easyDropDown({nativeTouch: !gon.isNativeClient && gon.global.env != "test"});
|
||||
$item.easyDropDown({nativeTouch: !gon.isNativeClient && gon.global.env != "test", cutOff:7});
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
}
|
||||
|
||||
function events() {
|
||||
console.log($(dialogId + ' .signin-cancel'));
|
||||
$(dialogId + ' .signin-cancel').click(function(e) {
|
||||
app.layout.closeDialog('signin-dialog');
|
||||
e.stopPropagation();
|
||||
|
|
|
|||
Loading…
Reference in New Issue