From 07aa64be15c78c349e3845f8a50220c00082f730 Mon Sep 17 00:00:00 2001 From: Ilmari Karonen Date: Sat, 30 Dec 2006 00:14:09 +0000 Subject: [PATCH] use hookEvent() from wikibits.js instead of own implementation --- skins/common/sorttable.js | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/skins/common/sorttable.js b/skins/common/sorttable.js index ea66e7cf01..aaebfc9a90 100644 --- a/skins/common/sorttable.js +++ b/skins/common/sorttable.js @@ -3,7 +3,7 @@ * Licence: X11 */ -addEvent(window, "load", sortables_init); +hookEvent( "load", sortables_init); var SORT_COLUMN_INDEX; var NO_ARROW = stylepath+'/common/sort_none.gif'; @@ -178,20 +178,3 @@ function ts_sort_default(a,b) { if (aa