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