diff options
author | oetting <jacob@oettinger.dk> | 2008-04-17 13:03:54 +0000 |
---|---|---|
committer | oetting <jacob@oettinger.dk> | 2008-04-17 13:03:54 +0000 |
commit | be249ef39aec96f50f21d08d244593bf28c2df88 (patch) | |
tree | e871c5daee736aede37dba9cff8688628247d24d | |
parent | 71ddcc2833867cf15bf7e9639a8ddb9128f35103 (diff) | |
download | webgrind-be249ef39aec96f50f21d08d244593bf28c2df88.zip webgrind-be249ef39aec96f50f21d08d244593bf28c2df88.tar.gz webgrind-be249ef39aec96f50f21d08d244593bf28c2df88.tar.bz2 |
Initial sorting in call information table
-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; |