]> source.dussan.org Git - nextcloud-server.git/commitdiff
Open exiration date picker directly on toggle 799/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 9 Aug 2016 17:55:58 +0000 (19:55 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 9 Aug 2016 17:55:58 +0000 (19:55 +0200)
core/js/sharedialogexpirationview.js

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