diff --git a/lib/options.js b/lib/options.js index 226782d..500f195 100644 --- a/lib/options.js +++ b/lib/options.js @@ -158,4 +158,3 @@ OptionsManager.prototype.setElemValue = function(elem, val) { } }; - diff --git a/lib/tab.nsui.js b/lib/tab.nsui.js index 571889a..9765ad7 100755 --- a/lib/tab.nsui.js +++ b/lib/tab.nsui.js @@ -132,6 +132,7 @@ Tab.prototype.hide = function() { }; Tab.prototype.show = function() { + this.options.restore(); if (typeof this.showHandler !== "undefined") { this.showHandler(); }