diff options
-rw-r--r-- | templates/index.phtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/index.phtml b/templates/index.phtml index d3f6071..501f98e 100644 --- a/templates/index.phtml +++ b/templates/index.phtml @@ -92,6 +92,10 @@ } } }); + $("#callinfo_table_"+functionNr).bind("sortStart",sortBlock).bind("sortEnd",$.unblockUI); + $("#callinfo_table_"+functionNr).trigger("sorton",[[[2,1]]]); + + } callInfoLoaded[functionNr] = true; |