diff options
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 3 |
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', |