We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7edd82 commit 396874bCopy full SHA for 396874b
browser.js
@@ -56,7 +56,7 @@ onload = function() {
56
};
57
58
function getServerSettings(callback) {
59
- storage.get('serverSettings', function(results) {
+ chrome.storage.managed.get('serverSettings', function(results) {
60
if (chrome.runtime.lastError) {
61
console.log('error, returning empty. Error Message: ' + chrome.runtime.lastError.message);
62
return;
0 commit comments