mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-14 10:36:19 +02:00
check setting value before populating last code
This commit is contained in:
@ -16,7 +16,7 @@ function saveOptions(e) {
|
||||
var status = document.getElementById('js-status');
|
||||
status.textContent = 'Settings saved.';
|
||||
setTimeout(function() {
|
||||
status.textContent = '';
|
||||
status.innerHTML = ' ';
|
||||
}, 750);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user