Added space after // everywhere where relevant

This commit is contained in:
Samuel Crypto
2018-10-15 17:21:56 -04:00
parent 7f252c75b8
commit 70511e2722
3 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1069,7 +1069,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, {
iconInput.checked = iconInput.value === identity.icon;
});
//Clear the proxy field before doing the retrieval requests below
// Clear the proxy field before doing the retrieval requests below
document.querySelector("#edit-container-panel-proxy").value = "";
const edit_proxy_dom = function(result) {