add jQuery
darcs-hash:20080617043650-84dde-cef7662e9dff3ac0a1187586fc4cdcfca1d08087.gz
This commit is contained in:
parent
7ad2b42bc3
commit
4a01376789
3549
js/jquery.js
vendored
Normal file
3549
js/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
32
js/jquery.min.js
vendored
Normal file
32
js/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -166,6 +166,11 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=
|
|||||||
'href="'.theme_path('ie'.$ver.'.css').' /><![endif]');
|
'href="'.theme_path('ie'.$ver.'.css').' /><![endif]');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
common_element('script', array('type' => 'text/javascript',
|
||||||
|
'src' => common_path('js/jsquery.min.js')),
|
||||||
|
' ');
|
||||||
|
|
||||||
if ($callable) {
|
if ($callable) {
|
||||||
if ($data) {
|
if ($data) {
|
||||||
call_user_func($callable, $data);
|
call_user_func($callable, $data);
|
||||||
|
Loading…
Reference in New Issue
Block a user