1
0
mirror of https://github.com/S2-/ping.git synced 2025-08-02 04:10:05 +02:00

remove configChanged call on popup open

This commit is contained in:
s2
2019-03-19 14:46:08 +01:00
parent 5098c390bf
commit 92a0a954d5

View File

@@ -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');
});
});