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 fb3cf18..a1fff55 100644 --- a/templates/index.phtml +++ b/templates/index.phtml @@ -179,6 +179,10 @@ } }); $("#function_table").bind("sortStart",sortBlock).bind("sortEnd",$.unblockUI); + + if(document.location.hash) { + update(document.location.hash.substr(1)); + } }); </script> |