forked from yuguorui/chrome-tabs-outliner-crack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.js
More file actions
16 lines (15 loc) · 645 Bytes
/
test.js
File metadata and controls
16 lines (15 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Input 0
/*
Copyright 2012, 2013, 2014, 2015 by Vladyslav Volovyk. All Rights Reserved. */
document.getElementById("resetLastSendDidToOne").onclick = function() {
localStorage["be_nextUnsentDid"] = 1
};
document.getElementById("diconect").onclick = function() {
window.chrome.extension.getBackgroundPage().activeSession.disconectFromBackEnd()
};
document.getElementById("sendDiff").onclick = function() {
window.chrome.extension.getBackgroundPage().activeSession.sendDiffDataToBackEnd_ifConnected()
};
document.getElementById("restoreOnReloadFromFile").onclick = function() {
localStorage["serviceOptions_restoreSource"] = "file"
};