Open exiration date picker directly on toggle

This commit is contained in:
Roeland Jago Douma 2016-08-09 19:55:58 +02:00
parent c591776afd
commit d569d8ed88
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@
this.model.saveLinkShare({
expireDate: ''
});
} else {
this.$el.find('#expirationDate').focus();
}
},