mirror of
https://github.com/unraid/webgui.git
synced 2026-01-18 07:30:14 -06:00
removed unnecessary newline
This commit is contained in:
@@ -1264,8 +1264,7 @@ $(function() {
|
||||
}
|
||||
|
||||
$('.advancedview').change(function () {
|
||||
if
|
||||
($(this).is(':checked')) {
|
||||
if ($(this).is(':checked')) {
|
||||
setTimeout(function() {
|
||||
editor.refresh();
|
||||
}, 100);
|
||||
|
||||
Reference in New Issue
Block a user