Also remove it from the web interface

This commit is contained in:
Robin Appelman 2015-12-23 17:23:56 +01:00 committed by Morris Jobke
parent 32fe3a7d5e
commit dbafec0c28
1 changed files with 0 additions and 2 deletions

View 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")
*/
/**