mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
JS/CSS
* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user