From 14bff598685371c10e1112414209c43efa565db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Wed, 28 Sep 2011 08:17:03 +0000 Subject: [PATCH] Adding New Zealand to DiscoJuice git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2934 44740490-163a-0410-bde0-09ae8108e29a --- modules/discojuice/www/discojuice/discojuice.misc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/discojuice/www/discojuice/discojuice.misc.js b/modules/discojuice/www/discojuice/discojuice.misc.js index 2963c279f..fbb9d61d7 100644 --- a/modules/discojuice/www/discojuice/discojuice.misc.js +++ b/modules/discojuice/www/discojuice/discojuice.misc.js @@ -37,6 +37,7 @@ DiscoJuice.Constants = { 'LU': 'Luxembourg', 'NL': 'Netherlands', 'NO': 'Norway', + 'NZ': 'New Zealand', 'PL': 'Poland', 'PT': 'Portugal', 'SI': 'Slovenia', @@ -65,6 +66,7 @@ DiscoJuice.Constants = { 'HU': 'hu.png', 'LU': 'lu.png', 'NL': 'nl.png', + 'NZ': 'nz.png', 'NO': 'no.png', 'PL': 'pl.png', 'PT': 'pt.png', -- GitLab