From 6da5e5e5b2dbcae4175cef4c10a86bbe7712187a Mon Sep 17 00:00:00 2001 From: Pulsera <20760853+Pulsera@users.noreply.github.com> Date: Thu, 20 Jul 2017 09:32:30 -0400 Subject: [PATCH] Commented unused code --- src/js/contentscript-end.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/contentscript-end.js b/src/js/contentscript-end.js index ab4ac06..d6c6773 100644 --- a/src/js/contentscript-end.js +++ b/src/js/contentscript-end.js @@ -102,11 +102,11 @@ vAPI.shutdown.add(function() { //} // TODO: Web SQL - if ( window.openDatabase ) { + // if ( window.openDatabase ) { // Sad: // "There is no way to enumerate or delete the databases available for an origin from this API." // Ref.: http://www.w3.org/TR/webdatabase/#databases - } + // } } catch (e) { }