summaryrefslogtreecommitdiff
path: root/lib/util.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-17 00:40:54 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-17 00:40:54 -0400
commit239c888b847ffdd789ed18afed2a7932d4812902 (patch)
tree2dd21d6fb324c334fdca3626948fd88f2f22a7ad /lib/util.php
parent4a013767897da7f894edf6b20d5feb0c5cbd5046 (diff)
filename in jquery
darcs-hash:20080617044054-84dde-67eb7cd429c8f5bef64273c73a58dcb43816de02.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 32aacbe5b..b78edc93c 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -168,7 +168,7 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=
}
common_element('script', array('type' => 'text/javascript',
- 'src' => common_path('js/jsquery.min.js')),
+ 'src' => common_path('js/jquery.min.js')),
' ');
if ($callable) {