Merge pull request #805 from nextcloud/stable10_799

[Stable10] Open exiration date picker directly on toggle
This commit is contained in:
Morris Jobke 2016-08-10 10:41:56 +02:00 committed by GitHub
commit 0475315dd4
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();
}
},