summaryrefslogtreecommitdiffstats
path: root/js/admin/Admin.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/admin/Admin.js')
-rw-r--r--js/admin/Admin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/admin/Admin.js b/js/admin/Admin.js
index 99866c349..5830f13f5 100644
--- a/js/admin/Admin.js
+++ b/js/admin/Admin.js
@@ -85,7 +85,7 @@
feedFetcherTimeoutInput.val(data.feedFetcherTimeout);
useCronUpdatesInput.prop('checked', data.useCronUpdates);
exploreUrlInput.val(data.exploreUrl);
- updateInterval.val(data.updateInterval);
+ updateIntervalInput.val(data.updateInterval);
});
};