Fixed Typo this.tabHistroy -> this.tabHistory

This commit is contained in:
Alexandros Sigalas 2025-02-14 22:18:10 +02:00
parent 13c43d6835
commit 6e37fd602e

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