need to quote 'slow'

This commit is contained in:
Tom Mortensen
2025-01-08 11:36:04 -08:00
parent ded11a5fab
commit 619f185be1

View File

@@ -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);
}
}