path for country.js - now in js directory

This commit is contained in:
Friendika 2011-09-28 22:32:39 -07:00
parent 5279f99278
commit 26905751ea
1 changed files with 1 additions and 1 deletions

View 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)