Merge upstream into firefox-port

# Conflicts:
#	inject.js
This commit is contained in:
codebicycle
2017-10-04 09:04:12 +03:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
document.addEventListener('DOMContentLoaded', function () {
document.querySelector('#config').addEventListener('click', function() {
window.open(chrome.extension.getURL("options.html"));
window.open(chrome.runtime.getURL("options.html"));
});
document.querySelector('#about').addEventListener('click', function() {