aboutsummaryrefslogtreecommitdiff
path: root/finder_menu.js
diff options
context:
space:
mode:
Diffstat (limited to 'finder_menu.js')
-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(); });
}