summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-01-17 16:00:39 +0100
committerYorhel <git@yorhel.nl>2016-01-17 16:00:39 +0100
commit026ade950bb9cd901d2b52be2686e7642d27d02f (patch)
tree1a56ea9bb1f6aa9ac6b866e1066ced593f5ae47c /lib/VNDB/Util
parent8e876179272ce79b0023f771be5f3842bf5ef679 (diff)
L10N: Intern all Javascript strings and rename main JS file
This has been mostly automated.
Diffstat (limited to 'lib/VNDB/Util')
-rw-r--r--lib/VNDB/Util/LayoutHTML.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Util/LayoutHTML.pm b/lib/VNDB/Util/LayoutHTML.pm
index 42b582e8..36fa9937 100644
--- a/lib/VNDB/Util/LayoutHTML.pm
+++ b/lib/VNDB/Util/LayoutHTML.pm
@@ -157,7 +157,7 @@ sub htmlFooter { # %options => { pref_code => 1 }
# Abuse an empty noscript tag for the formcode to update a preference setting, if the page requires one.
noscript id => 'pref_code', title => $self->authGetCode('/xml/prefs.xml'), ''
if $o{pref_code} && $self->authInfo->{id};
- script type => 'text/javascript', src => $self->{url_static}.'/f/js/en.js?'.$self->{version}, '';
+ script type => 'text/javascript', src => $self->{url_static}.'/f/vndb.js?'.$self->{version}, '';
end 'body';
end 'html';