From a7c41c87b102735663426e887c47ff7bc129636c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 20 Oct 2008 13:42:31 -0400 Subject: force util.js to reload on version change darcs-hash:20081020174231-5ed1f-03ae9fa6cfde7d224fbf7fa81f8d9a577b89a7b5.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index 0841288be..383bbe939 100644 --- a/lib/util.php +++ b/lib/util.php @@ -179,7 +179,7 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall= 'src' => common_path('js/jquery.form.js')), ' '); common_element('script', array('type' => 'text/javascript', - 'src' => common_path('js/util.js')), + 'src' => common_path('js/util.js?version='.LACONICA_VERSION)), ' '); common_element('link', array('rel' => 'search', 'type' => 'application/opensearchdescription+xml', 'href' => common_local_url('opensearch', array('type' => 'people')), -- cgit v1.2.3-54-g00ecf