diff --git a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php
index 0dd7be59f2bdd879224c51d6354dc4d67b044807..ef686f6974af53a4cd7ac332adfe09badb089e14 100644
--- a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php
+++ b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php
@@ -1,4 +1,4 @@
-/*<script type="text/javascript">*/
+<script type="text/javascript">
 (function(){
 	// Edit Profile Stuff
 	function updateLL () {
@@ -503,3 +503,4 @@
 		$("#maincontent form.cool").show();
 	});
 })();
+</script>
\ No newline at end of file
diff --git a/plugins/unl_theme/views/default/page_elements/header.php b/plugins/unl_theme/views/default/page_elements/header.php
index e9037e2303fbf23f68cea47dbed7d197745a9f13..b3afc271f2cb770fd342555112981ace42e2e347 100644
--- a/plugins/unl_theme/views/default/page_elements/header.php
+++ b/plugins/unl_theme/views/default/page_elements/header.php
@@ -94,7 +94,6 @@ if (preg_match('/friend/', $vars['title'])) { // if on a friends page, interst l
 	}
 	
 	</style>
-	<script type="text/javascript" src="<?php echo $vars['url'] .'mod/unl_theme/scripts/JS/enhanceProfileForm.php'?>"></script>
 	
 <?php 
 	} // end if on edit profile page