From e1c26c3eb50c7b580a8a99ce1d2c0d89955b5143 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Wed, 27 Jan 2010 23:01:27 +0000
Subject: [PATCH] remove a hardcoded ucommjuhl

---
 plugins/flexprofile_mj/views/default/profile/edit.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/flexprofile_mj/views/default/profile/edit.php b/plugins/flexprofile_mj/views/default/profile/edit.php
index 4d6173d1..82883a0f 100755
--- a/plugins/flexprofile_mj/views/default/profile/edit.php
+++ b/plugins/flexprofile_mj/views/default/profile/edit.php
@@ -32,7 +32,7 @@ if ($_GET['firstlogin'] == 'yes'){
 /* import forms css */
 echo '<style type="text/css">@IMPORT url("/wdn/templates_3.0/css/content/forms.css");</style>';
 /* add 'cool' class to form */
-echo '<div id="formloading"><img src="http://ucommjuhl.unl.edu/wdn/templates_3.0/css/header/images/colorbox/loading.gif" alt="Loading Form" /><noscript>Please enable JavaScript to use the profile editor.</noscript></div>';
+echo '<div id="formloading"><img src="/wdn/templates_3.0/css/header/images/colorbox/loading.gif" alt="Loading Form" /><noscript>Please enable JavaScript to use the profile editor.</noscript></div>';
 echo '<form style="margin-top: 24px" action="'.$vars['url'].'action/flexprofile/edit" method="post" enctype="multipart/form-data" class="cool">';
 /* add fieldset and legend */
 echo '<fieldset><legend>Edit Information</legend><ol>';
-- 
GitLab