summaryrefslogtreecommitdiff
path: root/lib/VNWeb/HTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-10-04 08:36:28 +0200
committerYorhel <git@yorhel.nl>2019-10-04 08:36:30 +0200
commit625e0b6e80fc4ab15b880217aac794a2720989bf (patch)
treef233f274013eaac4d790c3ad1c4b057cebb4f135 /lib/VNWeb/HTML.pm
parentd77e004013c5899c7de58b3446f2383cebe34614 (diff)
VNWeb::HTML: Make sure to force reload v2rw.js on version change
Not sure how I missed this.
Diffstat (limited to 'lib/VNWeb/HTML.pm')
-rw-r--r--lib/VNWeb/HTML.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNWeb/HTML.pm b/lib/VNWeb/HTML.pm
index 28002dcb..8d99f43a 100644
--- a/lib/VNWeb/HTML.pm
+++ b/lib/VNWeb/HTML.pm
@@ -363,7 +363,7 @@ sub framework_ {
$cont->() unless $o{hiddenmsg} && _hidden_msg_ \%o;
div_ id => 'footer', \&_footer_;
};
- script_ type => 'application/javascript', src => config->{url_static}.'/f/v2rw.js', '';
+ script_ type => 'application/javascript', src => config->{url_static}.'/f/v2rw.js?'.config->{version}, '';
}
}
}