From 77d0a58646399eaa5eeaac4e3058a3e75bd5203e Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 6 Nov 2014 20:03:46 +0100 Subject: [PATCH] quick and dirty bugfix --- lib/tab.nsui.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tab.nsui.js b/lib/tab.nsui.js index cdcb0f6..c2c04fe 100644 --- a/lib/tab.nsui.js +++ b/lib/tab.nsui.js @@ -132,7 +132,7 @@ Tab.prototype.hide = function() { }; Tab.prototype.show = function() { - this.options.restore(); + //this.options.restore(); if (typeof this.showHandler !== "undefined") { this.showHandler(); } diff --git a/manifest.json b/manifest.json index 3c9340d..5ef4e7e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Chromesoul", - "version": "0.6.0", + "version": "0.6.1", "minimum_chrome_version": "25", "manifest_version": 2, "offline_enabled": false,