]> source.dussan.org Git - nextcloud-server.git/commitdiff
Also remove it from the web interface
authorRobin Appelman <icewind@owncloud.com>
Wed, 23 Dec 2015 16:23:56 +0000 (17:23 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 7 Jan 2016 07:57:15 +0000 (08:57 +0100)
apps/files_external/js/settings.js

index 134db41fc3290367fc0e62d5c2d4ca6a02d01c2d..59cf55d6ad50e66dba80f4873d0568018819014a 100644 (file)
@@ -27,7 +27,6 @@ var MOUNT_OPTIONS_DROPDOWN_TEMPLATE =
        '               <select id="mountOptionsFilesystemCheck" name="filesystem_check_changes" data-type="int">' +
        '                       <option value="0">{{t "files_external" "Never"}}</option>' +
        '                       <option value="1" selected="selected">{{t "files_external" "Once every direct access"}}</option>' +
-       '                       <option value="2">{{t "files_external" "Every time the filesystem is used"}}</option>' +
        '               </select>' +
        '       </div>' +
        '</div>';
@@ -39,7 +38,6 @@ var MOUNT_OPTIONS_DROPDOWN_TEMPLATE =
        t("files_external", "Check for changes")
        t("files_external", "Never")
        t("files_external", "Once every direct access")
-       t("files_external", "Every time the filesystem is used")
         */
 
 /**