aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio <s1lv10@uol.com.br>2009-10-07 16:10:43 -0300
committerSilvio <s1lv10@uol.com.br>2009-10-07 16:10:43 -0300
commit80503ac4b86841facc6e622a33c0d83d23d8b9c1 (patch)
tree250b6663a5876a8c0c83d114100e199e62253640
parent403b0e39d2b4d783bef743f9dda37ac9e93db1e9 (diff)
downloadfinder_menu-80503ac4b86841facc6e622a33c0d83d23d8b9c1.tar.gz
finder_menu-80503ac4b86841facc6e622a33c0d83d23d8b9c1.tar.bz2
Using jQuery to start ul2finder
-rw-r--r--finder_menu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/finder_menu.js b/finder_menu.js
index e6baeff..0021cc6 100644
--- a/finder_menu.js
+++ b/finder_menu.js
@@ -173,5 +173,5 @@ function ul2finder()
// Check if the browser supports DOM, and start the script if it does.
if(document.getElementById && document.createTextNode)
{
- window.onload=ul2finder;
+ $(document).ready(function() { ul2finder(); });
}