* remove vendor-specific styles and replace with generics where necessary
 * remove browser hacks as far as possible (Presto/Trident)
 * remove FontAwesome reference
 * minor cleanup
This commit is contained in:
Sarjuuk
2025-06-26 18:59:03 +02:00
parent 8403f9ffd9
commit a7cf96307c
13 changed files with 67 additions and 497 deletions

View File

@@ -26,10 +26,6 @@ function tc_init() {
tc_classIcons[classId] = icon;
if ($WH.Browser.ie6) {
link.onfocus = tb;
}
link.onclick = tc_classClick.bind(link, classId);
link.onmouseover = tc_classOver.bind(link, classId);
link.onmouseout = $WH.Tooltip.hide;