mirror of
https://github.com/S2-/ping.git
synced 2025-08-01 20:00:04 +02:00
remove configChanged call on popup open
This commit is contained in:
@@ -21,8 +21,6 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
document.getElementById('server').value = options.server;
|
||||
document.getElementById('interval').value = options.interval;
|
||||
document.getElementById('alert').checked = options.alert;
|
||||
|
||||
browser.runtime.sendMessage('configChanged');
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user