path for country.js - now in js directory
This commit is contained in:
parent
5279f99278
commit
26905751ea
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue