Merge branch 'master' of https://github.com/Koalab/chromesoul
Conflicts: lib/options.js lib/tab.nsui.js
This commit is contained in:
commit
1e32155fde
2 changed files with 1 additions and 1 deletions
|
@ -158,4 +158,3 @@ OptionsManager.prototype.setElemValue = function(elem, val) {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -132,6 +132,7 @@ Tab.prototype.hide = function() {
|
|||
};
|
||||
|
||||
Tab.prototype.show = function() {
|
||||
this.options.restore();
|
||||
if (typeof this.showHandler !== "undefined") {
|
||||
this.showHandler();
|
||||
}
|
||||
|
|
Reference in a new issue