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
No related branches found
No related tags found
No related merge requests found
/*<script type="text/javascript">*/ <script type="text/javascript">
(function(){ (function(){
// Edit Profile Stuff // Edit Profile Stuff
function updateLL () { function updateLL () {
...@@ -503,3 +503,4 @@ ...@@ -503,3 +503,4 @@
$("#maincontent form.cool").show(); $("#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 ...@@ -94,7 +94,6 @@ if (preg_match('/friend/', $vars['title'])) { // if on a friends page, interst l
} }
</style> </style>
<script type="text/javascript" src="<?php echo $vars['url'] .'mod/unl_theme/scripts/JS/enhanceProfileForm.php'?>"></script>
<?php <?php
} // end if on edit profile page } // 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