aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-28 22:32:39 -0700
committerFriendika <info@friendika.com>2011-09-28 22:32:39 -0700
commit26905751eacdda05499587e9b04cd175be93c0a2 (patch)
treed85c15f557b045553480da06807d256683b4ab30 /mod
parent5279f99278a47b454ebc9004c32a0b44569ab226 (diff)
downloadvolse-hubzilla-26905751eacdda05499587e9b04cd175be93c0a2.tar.gz
volse-hubzilla-26905751eacdda05499587e9b04cd175be93c0a2.tar.bz2
volse-hubzilla-26905751eacdda05499587e9b04cd175be93c0a2.zip
path for country.js - now in js directory
Diffstat (limited to 'mod')
-rw-r--r--mod/profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index 5cc9fa38c..f5f335c7e 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -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)