quick and dirty bugfix
This commit is contained in:
parent
6ea048482e
commit
77d0a58646
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Reference in a new issue