From f7b2b12cf2d8d46aecafed33ad098384bdbf9bf2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 18 Feb 2020 01:12:03 -0500 Subject: [PATCH] delete random dead code --- popup.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/popup.js b/popup.js index b1d3c9c..c596e7a 100644 --- a/popup.js +++ b/popup.js @@ -338,16 +338,3 @@ function menu_backupNow() { function menu_restoreNow() { chrome.runtime.getBackgroundPage((bg) => bg.restoreNow('full_backup')); } - -//document.onload(function () { -//var a = document.getElementById("myid"); -//a.innerHTML = "ciaociao"; -//}); - -/* -var storageLocal = chrome.storage.local; -storageLocal.getBytesInUse(null, function(bytesInUse) { - var elem = document.createElement("div"); - elem.innerHTML = "BYTES IN USE: " + bytesInUse + "
"; - document.body.appendChild(elem); -});*/ -- 2.39.2