quick and dirty bugfix

This commit is contained in:
Rodolphe Breard 2014-11-06 20:03:46 +01:00
parent 6ea048482e
commit 77d0a58646
2 changed files with 2 additions and 2 deletions

View file

@ -132,7 +132,7 @@ Tab.prototype.hide = function() {
}; };
Tab.prototype.show = function() { Tab.prototype.show = function() {
this.options.restore(); //this.options.restore();
if (typeof this.showHandler !== "undefined") { if (typeof this.showHandler !== "undefined") {
this.showHandler(); this.showHandler();
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "Chromesoul", "name": "Chromesoul",
"version": "0.6.0", "version": "0.6.1",
"minimum_chrome_version": "25", "minimum_chrome_version": "25",
"manifest_version": 2, "manifest_version": 2,
"offline_enabled": false, "offline_enabled": false,