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

Add Japan to list of countries in DiscoJuice

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2853 44740490-163a-0410-bde0-09ae8108e29a
parent 8869ef96
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ class sspmod_discojuice_Feed { ...@@ -53,6 +53,7 @@ class sspmod_discojuice_Feed {
'turkey' => 'TR', 'turkey' => 'TR',
'us' => 'US', 'us' => 'US',
'uk' => 'GB', 'uk' => 'GB',
'japan' => 'JP',
); );
$this->countryTLDs = array( $this->countryTLDs = array(
......
...@@ -29,6 +29,7 @@ DiscoJuice.Constants = { ...@@ -29,6 +29,7 @@ DiscoJuice.Constants = {
'HR': 'Croatia', 'HR': 'Croatia',
'IE': 'Ireland', 'IE': 'Ireland',
'IT': 'Italy', 'IT': 'Italy',
'JP': 'Japan',
'HU': 'Hungary', 'HU': 'Hungary',
'LU': 'Luxembourg', 'LU': 'Luxembourg',
'NL': 'Netherlands', 'NL': 'Netherlands',
...@@ -54,6 +55,7 @@ DiscoJuice.Constants = { ...@@ -54,6 +55,7 @@ DiscoJuice.Constants = {
'HR': 'hr.png', 'HR': 'hr.png',
'IE': 'ie.png', 'IE': 'ie.png',
'IT': 'it.png', 'IT': 'it.png',
'JP': 'jp.png',
'HU': 'hu.png', 'HU': 'hu.png',
'LU': 'lu.png', 'LU': 'lu.png',
'NL': 'nl.png', 'NL': 'nl.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