Skip to content
Snippets Groups Projects
Commit 13cf8923 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Adding Australia to DiscoJuice

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2933 44740490-163a-0410-bde0-09ae8108e29a
parent 11cb5754
No related branches found
No related tags found
Loading
...@@ -20,6 +20,7 @@ var DiscoJuice = {}; ...@@ -20,6 +20,7 @@ var DiscoJuice = {};
*/ */
DiscoJuice.Constants = { DiscoJuice.Constants = {
"Countries": { "Countries": {
'AU': 'Australia',
'AT': 'Austria', 'AT': 'Austria',
'CZ': 'Czech', 'CZ': 'Czech',
'DK': 'Denmark', 'DK': 'Denmark',
...@@ -48,6 +49,7 @@ DiscoJuice.Constants = { ...@@ -48,6 +49,7 @@ DiscoJuice.Constants = {
'XX': 'Experimental' 'XX': 'Experimental'
}, },
"Flags": { "Flags": {
'AU': 'au.png',
'AT': 'at.png', 'AT': 'at.png',
'CZ': 'cz.png', 'CZ': 'cz.png',
'DK': 'dk.png', 'DK': 'dk.png',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment