about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorGeorg Lukas <georg@op-co.de>2017-02-05 23:25:10 +0100
committerGeorg Lukas <georg@op-co.de>2017-02-05 23:25:10 +0100
commitb969375ec73dbc5935e2cc5fff0cef4df8e8c296 (patch)
tree82383894ce7519fda516b0351b37fa5bedec6a7e /scripts
parent9e2841d8cb4ea32148fe53c94f87c65272dc8204 (diff)
downloadphp-xmpp-invitation-b969375ec73dbc5935e2cc5fff0cef4df8e8c296.tar.gz
Less text = better
Diffstat (limited to 'scripts')
-rw-r--r--scripts/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/main.js b/scripts/main.js
index 81771e5..d0e996e 100644
--- a/scripts/main.js
+++ b/scripts/main.js
@@ -60,7 +60,7 @@
 		// translation
 		document.title = i18n.text(key_prefix + 'title',  display_data);
 		// MUC/chat specific
-		['heading', 'intro', 'button'].forEach(function(id) {
+		['heading', 'button'].forEach(function(id) {
 			document.getElementById(id).innerHTML = i18n.text(key_prefix + id, display_data);
 		});
 		// and agnostic