]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
Merge branch 'pull'
[friendica.git] / 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)