mirror of
https://github.com/unraid/webgui.git
synced 2026-02-21 09:18:41 -06:00
need to quote 'slow'
This commit is contained in:
@@ -1102,7 +1102,7 @@ function writeShare(data, n, i) {
|
||||
}
|
||||
});
|
||||
toggleButton('writeshare', true);
|
||||
$('div.spinner.fixed').show(slow);
|
||||
$('div.spinner.fixed').show('slow');
|
||||
writeShare(newData, 0, i);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user