Skip to content
Snippets Groups Projects
Commit cde9dbe8 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

move the edit profile js out of the global header; fix lat/long problem

parent 22506f03
Branches
No related tags found
No related merge requests found
/*<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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment