make favorites form use Ajax

darcs-hash:20080908211610-84dde-8a7819ee8733cf73a778c2448c93974e2adecca7.gz
This commit is contained in:
Evan Prodromou
2008-09-08 17:16:10 -04:00
parent 5d3cd4feff
commit 04f87895ba
3 changed files with 612 additions and 0 deletions

View File

@@ -197,6 +197,9 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=
common_element('script', array('type' => 'text/javascript',
'src' => common_path('js/jquery.min.js')),
' ');
common_element('script', array('type' => 'text/javascript',
'src' => common_path('js/jquery.form.js')),
' ');
common_element('script', array('type' => 'text/javascript',
'src' => common_path('js/util.js')),
' ');