From 566ea4b8b6a5c9f16cbeb280c73df836fee741fe Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Fri, 15 Apr 2022 03:07:28 -0700 Subject: appease the mozilla robot --- options.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options.js') diff --git a/options.js b/options.js index c3f008b..8060e63 100644 --- a/options.js +++ b/options.js @@ -10,8 +10,8 @@ function saveOptions() { localStorage['bg'] = document.getElementById('bg').value; let status = document.getElementById('status'); - status.innerHTML = 'Options saved'; - setTimeout(function() { status.innerHTML = '' }, 2000); + status.textContent = 'Options saved'; + setTimeout(function() { status.textContent = '' }, 2000); } function restoreOptions() { -- cgit v1.2.3-70-g09d2