mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:48:17 +01:00
Fixed Typo this.tabHistroy -> this.tabHistory
This commit is contained in:
parent
13c43d6835
commit
6e37fd602e
@ -813,7 +813,7 @@ window.egw_fw_ui_tabs.prototype.clean = function()
|
||||
//Reset all arrays and references
|
||||
this.tabs = new Array();
|
||||
this.activeTab = null;
|
||||
this.tabHistroy = new Array();
|
||||
this.tabHistory = new Array();
|
||||
|
||||
return true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user