fixup! Fixed tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
6ee9a2b35b
commit
5f217e2d83
|
@ -1304,9 +1304,9 @@ MountConfigListView.prototype = _.extend({
|
||||||
'enable_sharing',
|
'enable_sharing',
|
||||||
'encoding_compatibility'
|
'encoding_compatibility'
|
||||||
];
|
];
|
||||||
// if (this._encryptionEnabled) {
|
if (this._encryptionEnabled) {
|
||||||
// visibleOptions.push('encrypt');
|
visibleOptions.push('encrypt');
|
||||||
// }
|
}
|
||||||
dropDown.show($toggle, storage.mountOptions || [], visibleOptions);
|
dropDown.show($toggle, storage.mountOptions || [], visibleOptions);
|
||||||
$('body').on('mouseup.mountOptionsDropdown', function(event) {
|
$('body').on('mouseup.mountOptionsDropdown', function(event) {
|
||||||
var $target = $(event.target);
|
var $target = $(event.target);
|
||||||
|
|
Loading…
Reference in New Issue