mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
disable indexedDB temporarily
This commit is contained in:
+4
-4
@@ -97,9 +97,9 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
|
|||||||
ReloadSEQTAPages();
|
ReloadSEQTAPages();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "IndexedDB":
|
/* case "IndexedDB":
|
||||||
HandleIntexedDB(request, sendResponse);
|
HandleIntexedDB(request, sendResponse);
|
||||||
return true;
|
return true; */
|
||||||
|
|
||||||
case "githubTab":
|
case "githubTab":
|
||||||
chrome.tabs.create({ url: "github.com/SethBurkart123/EvenBetterSEQTA" });
|
chrome.tabs.create({ url: "github.com/SethBurkart123/EvenBetterSEQTA" });
|
||||||
@@ -124,7 +124,7 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
function HandleIntexedDB(request, sendResponse) {
|
/* function HandleIntexedDB(request, sendResponse) {
|
||||||
switch (request.action) {
|
switch (request.action) {
|
||||||
case "write":
|
case "write":
|
||||||
writeData(request.data.type, request.data.data);
|
writeData(request.data.type, request.data.data);
|
||||||
@@ -142,7 +142,7 @@ function HandleIntexedDB(request, sendResponse) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
function GetNews(sendResponse) {
|
function GetNews(sendResponse) {
|
||||||
// Gets the current date
|
// Gets the current date
|
||||||
const date = new Date();
|
const date = new Date();
|
||||||
|
|||||||
Reference in New Issue
Block a user