質問編集履歴
1
回遊先urlの記述を修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -48,13 +48,13 @@
|
|
48
48
|
|
49
49
|
const urlLists = [
|
50
50
|
|
51
|
-
"http://
|
51
|
+
"http://localhost/fujisawa_international_university/about/select/index.html",
|
52
52
|
|
53
|
-
"http://
|
53
|
+
"http://localhost/fujisawa_international_university/about/access/index.html",
|
54
54
|
|
55
|
-
"http://
|
55
|
+
"http://localhost/fujisawa_international_university/contact/form/index.html",
|
56
56
|
|
57
|
-
"http://
|
57
|
+
"http://localhost/fujisawa_international_university/contact/index.html"];
|
58
58
|
|
59
59
|
$.each(urlLists, function(i){
|
60
60
|
|