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() {
|
||||
this.options.restore();
|
||||
//this.options.restore();
|
||||
if (typeof this.showHandler !== "undefined") {
|
||||
this.showHandler();
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Chromesoul",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"minimum_chrome_version": "25",
|
||||
"manifest_version": 2,
|
||||
"offline_enabled": false,
|
||||
|
|
Reference in a new issue