Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Commit

Permalink
Revert accidental commit of experimental feature
Browse files Browse the repository at this point in the history
And update the manifest for releasing again with a higher
version i.e. v1.4.5
  • Loading branch information
shibin-george committed Nov 27, 2016
1 parent 9168c0e commit be24146
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,6 @@ function listProfiles(){
removeProfile.innerHTML = "<img class='icon' src=" + chrome.extension.getURL('assets/delete.png') + "></img>\tRemove saved profile";
status.appendChild(removeProfile);

var exportProfile = document.createElement("div");
exportProfile.setAttribute("id", "RemoveProfile");
exportProfile.setAttribute("class", "ProfileOption");
exportProfile.innerHTML = "<img class='icon' src=" + chrome.extension.getURL('assets/delete.png') + "></img>\tExport saved profile";
status.appendChild(exportProfile);

newProfile.addEventListener("click", function(){
queryTabs({
}, function(errorMessage) {
Expand All @@ -190,11 +184,6 @@ function listProfiles(){
deleteProfile();
});

exportProfile.addEventListener("click", function(){
//renderStatus('remove-profile coming soon');
shipProfile();
});

addSeparator('status');

// Add Soure-code link
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Save The Session",
"description": "This extension helps you to save your the tabs in your current Chrome session, and reload them later.",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnpEuB14/oyMuiEr6cEqX6pin/yuRXBYIh653N+A+hWb3GzHfUyyT6mh/lrzrYI0bhAmpspjKpDh662hAg6WIQ1m8u7AqSsFptLEpQPp+mD5Ha+EWwiqGaYMvz3r8k4maTZ5i5YrPB7cHbvKFfcS8Lfg4rqs6lLB4+easalWzWKIxalKQx4ezLQh37hGZPaOPbCqSLDZ0+xt6c/6EkcGnB5XnhhlWxScBIbw5AaV3weXmz8gjur6E3awDXYBdyAxO8cGzsEgKOGe+TEyQUkrQc+shYHoJ/018Z5aNCkEDw9X4cZtq5tqIi6MKsqwcYi4tXYhID2SeVlRGGkQcmegm6QIDAQAB",
"version": "1.4.4",
"version": "1.4.5",

"browser_action": {
"default_icon": "assets/STS.png",
Expand Down

0 comments on commit be24146

Please sign in to comment.