From d4425d406de16069b26b4404e8e0a6a106e2892a Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 30 May 2016 16:16:14 +0100 Subject: [PATCH] Rename function-exporting JS module files To match the names of the functions they export, like how the class-exporting module files have the same name as the class they export. --- src/gui/html/index.html | 4 ++-- src/gui/html/js/{init.js => initialise.js} | 0 src/gui/html/js/{l10n.js => translateStaticText.js} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/gui/html/js/{init.js => initialise.js} (100%) rename src/gui/html/js/{l10n.js => translateStaticText.js} (100%) diff --git a/src/gui/html/index.html b/src/gui/html/index.html index e8e010cd..5f55ee8f 100644 --- a/src/gui/html/index.html +++ b/src/gui/html/index.html @@ -460,12 +460,12 @@ - + - +