summaryrefslogtreecommitdiff
path: root/lib/util.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-09-08 17:16:10 -0400
committerEvan Prodromou <evan@prodromou.name>2008-09-08 17:16:10 -0400
commit04f87895ba704265e7ba2a89cb8664105d68512b (patch)
treec5a4879435fa9603cbe44d8ec5ff611a1738581b /lib/util.php
parent5d3cd4feff1bf5e1b67c50062bfd56df8bd06ab1 (diff)
make favorites form use Ajax
darcs-hash:20080908211610-84dde-8a7819ee8733cf73a778c2448c93974e2adecca7.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php
index 659c8387c..55fb124f8 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -198,6 +198,9 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=
'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')),
' ');
common_element('link', array('rel' => 'search', 'type' => 'application/opensearchdescription+xml',