1
0
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:
Kushagra Gour
2016-05-17 01:47:33 +05:30
parent 01b3ad0c4f
commit d4d2f09097
3 changed files with 20 additions and 5 deletions

View File

@ -16,7 +16,7 @@ function saveOptions(e) {
var status = document.getElementById('js-status');
status.textContent = 'Settings saved.';
setTimeout(function() {
status.textContent = '';
status.innerHTML = ' ';
}, 750);
});