* VRFS-1121 - set dropdown size to 7

This commit is contained in:
Seth Call 2014-02-15 14:24:08 +00:00
parent 7dd0751409
commit 865d8c17b6
2 changed files with 1 additions and 2 deletions

View File

@ -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});
})
}

View File

@ -38,7 +38,6 @@
}
function events() {
console.log($(dialogId + ' .signin-cancel'));
$(dialogId + ' .signin-cancel').click(function(e) {
app.layout.closeDialog('signin-dialog');
e.stopPropagation();