mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-20 13:16:43 +01:00
sadasd
This commit is contained in:
parent
cce694c6e7
commit
afd67d1de9
@ -51,6 +51,15 @@
|
||||
|
||||
resetSplitting();
|
||||
}
|
||||
|
||||
window.saveSetting = function saveSetting(setting, value) {
|
||||
var obj = {};
|
||||
obj[setting] = value;
|
||||
chrome.storage.local.set(obj, function() {
|
||||
// alert('Settings saved');
|
||||
});
|
||||
}
|
||||
|
||||
window.onunload = function () {
|
||||
// editur.saveContent(editur.cm.getValue());
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user