From 125e2467bef590558142b2288e9d90190c20c5bc Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <eric@unl.edu>
Date: Thu, 5 Apr 2012 14:37:29 +0000
Subject: [PATCH] [gh-311] Merging test into staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1533 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 sites/all/themes/unl_wdn/theme.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sites/all/themes/unl_wdn/theme.js b/sites/all/themes/unl_wdn/theme.js
index 134535aa..fe3fad35 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;
-- 
GitLab