Fixed Typo this.tabHistroy -> this.tabHistory

This commit is contained in:
Alexandros Sigalas 2025-02-14 22:18:10 +02:00
parent 31a2d77e8a
commit 6c3692394b

View File

@ -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;
};