Disable thumbnails by default

This commit is contained in:
yflory
2018-04-03 13:35:06 +02:00
parent ee46a4e862
commit 0993204d14
2 changed files with 3 additions and 2 deletions

View File

@@ -259,7 +259,7 @@ define([
$spinner.hide().appendTo($div);
common.getAttribute(['general', 'disableThumbnails'], function (e, val) {
$checkbox[0].checked = val;
$checkbox[0].checked = typeof(val) === "undefined" || val;
});
// Reset