http to https

This commit is contained in:
HPEnvy\Ryan
2020-08-20 17:50:52 +08:00
parent 65a3b97c87
commit 719d434784
6 changed files with 7637 additions and 1167 deletions
+1 -1
View File
@@ -422,7 +422,7 @@ $(function () {
//Fill the townSelector list
locations['Winterfell'].house = 'Stark';
locations['Winterfell'].img =
'http://awoiaf.westeros.org/images/thumb/5/51/House_Stark.PNG/90px-House_Stark.PNG';
'https://awoiaf.westeros.org/images/thumb/5/51/House_Stark.PNG/90px-House_Stark.PNG';
for (i in alphaLocations) {
var name = alphaLocations[i].replace(/\_/gi, ' ').replace(/\%27/gi, "'");
var house =