From 04f87895ba704265e7ba2a89cb8664105d68512b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 8 Sep 2008 17:16:10 -0400 Subject: make favorites form use Ajax darcs-hash:20080908211610-84dde-8a7819ee8733cf73a778c2448c93974e2adecca7.gz --- lib/util.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index 659c8387c..55fb124f8 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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')), ' '); -- cgit v1.2.3-54-g00ecf