]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
force util.js to reload on version change
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 20 Oct 2008 17:42:31 +0000 (13:42 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 20 Oct 2008 17:42:31 +0000 (13:42 -0400)
darcs-hash:20081020174231-5ed1f-03ae9fa6cfde7d224fbf7fa81f8d9a577b89a7b5.gz

lib/util.php

index 0841288be1531fed8ee9c9c3273317aa9f835201..383bbe939a2e7b44e8e74ac85305913e8dd3d327 100644 (file)
@@ -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')),