mirror of
https://github.com/chinchang/web-maker.git
synced 2025-10-11 19:44:25 +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