Botched it

This commit is contained in:
EvolvedCode
2016-10-15 14:28:46 +03:00
parent cb877de1ed
commit f8b539ea7a

View File

@@ -37,11 +37,13 @@ document.addEventListener("click", function(e) {
chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
chrome.tabs.sendMessage(tabs[0].id, {beastURL: chosenBeastURL});
});
return;
}
else if (e.target.classList.contains("clear")) {
chrome.tabs.reload();
window.close();
return;
}
});