filename in jquery

darcs-hash:20080617044054-84dde-67eb7cd429c8f5bef64273c73a58dcb43816de02.gz
This commit is contained in:
Evan Prodromou 2008-06-17 00:40:54 -04:00
parent 4a01376789
commit 239c888b84
1 changed files with 1 additions and 1 deletions

View File

@ -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) {