blob: 6181e17c174da95eccc800f5bb58c89ad4d82a57 [file] [log] [blame]
chrome.storage.sync.get(null, function(items) {
if (items.loaddrafts) {
var startup = JSON.parse(document.querySelector("html").getAttribute("data-startup"));
startup[4][13] = true;
document.querySelector("html").setAttribute("data-startup", JSON.stringify(startup));
}
});