summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-02-02 15:28:23 -0200
committerRenato Botelho <garga@FreeBSD.org>2015-02-02 15:28:51 -0200
commit4520b2d2b70caa48813f73f89ef5b9c942ea5b25 (patch)
tree4c7dd86f0ff256148e7e366c1a9e43e4f34dc16d /usr/local/www/head.inc
parentcd214f4b2801381304209dcf2b92066b6f12589e (diff)
downloadpfsense-4520b2d2b70caa48813f73f89ef5b9c942ea5b25.zip
pfsense-4520b2d2b70caa48813f73f89ef5b9c942ea5b25.tar.gz
Fix aliases popup width when fields are hidden when page is loaded. It should fix #4238
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 78665be..9535de3 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -92,7 +92,7 @@ else
while (($file = readdir($dh)) !== false) {
if (is_dir($file))
continue;
- echo "\t<script type=\"text/javascript\" src=\"/javascript/{$dir}/{$file}\"></script>\n";
+ echo "\t<script type=\"text/javascript\" src=\"/javascript/{$dir}/{$file}?rev=1\"></script>\n";
}
closedir($dh);
}
OpenPOWER on IntegriCloud