mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-09-10 11:40:59 +08:00
Submit form shell complete.
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
button.setBadgeDefaults();
|
||||
chrome.tabs.onUpdated.addListener(background.prepareBrowserAction);
|
||||
background.watchMail();
|
||||
reddit.apiTransmit('GET', 'http://' + reddit.domain + '/reddits/mine.json', null, function (response) {
|
||||
cache.set('reddits', response.data.children);
|
||||
console.log(cache.get('reddits'));
|
||||
});
|
||||
}
|
||||
|
||||
window.onload = initBackground;
|
||||
|
||||
Reference in New Issue
Block a user