diff --git a/sites/all/themes/unl_wdn/theme.js b/sites/all/themes/unl_wdn/theme.js
index 134535aa200192c3c3dc2e8acca2baddebed6efc..fe3fad35ba48ef47a26402abfe8811f0dabb330a 100644
--- a/sites/all/themes/unl_wdn/theme.js
+++ b/sites/all/themes/unl_wdn/theme.js
@@ -1,4 +1,4 @@
-WDN.jQuery(document).ready(function () {
+WDN.loadJQuery(function () {
 	// if there's no base tag on the page, we don't have to worry about this
 	if (WDN.jQuery('base').length == 0) {
 		return;