]> git.mxchange.org Git - friendica.git/commitdiff
path for country.js - now in js directory
authorFriendika <info@friendika.com>
Thu, 29 Sep 2011 05:32:39 +0000 (22:32 -0700)
committerFriendika <info@friendika.com>
Thu, 29 Sep 2011 05:32:39 +0000 (22:32 -0700)
mod/profiles.php

index 5cc9fa38c4728e31c0473d339701dc9d68e1efb7..f5f335c7e4e9b3c5fee9324fd3c2eabbb9485430 100644 (file)
@@ -359,7 +359,7 @@ function profiles_content(&$a) {
 
 
                $a->page['htmlhead'] .= replace_macros($tpl, array('$baseurl' => $a->get_baseurl()));
-               $a->page['htmlhead'] .= "<script type=\"text/javascript\" src=\"include/country.js\" ></script>";
+               $a->page['htmlhead'] .= "<script type=\"text/javascript\" src=\"js/country.js\" ></script>";
 
                $f = get_config('system','birthday_input_format');
                if(! $f)