質問編集履歴
2
エラーメッセージの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -52,6 +52,94 @@
|
|
52
52
|
|
53
53
|
|
54
54
|
|
55
|
+
```
|
56
|
+
|
57
|
+
エラーメッセージ
|
58
|
+
|
59
|
+
jquery.scrollify.js:678 Scrollify warning: Section names can't match IDs - this will cause the browser to anchor.
|
60
|
+
|
61
|
+
(anonymous) @ jquery.scrollify.js:678
|
62
|
+
|
63
|
+
each @ jquery-3.5.1.min.js:2
|
64
|
+
|
65
|
+
each @ jquery-3.5.1.min.js:2
|
66
|
+
|
67
|
+
calculatePositions @ jquery.scrollify.js:656
|
68
|
+
|
69
|
+
scrollify @ jquery.scrollify.js:562
|
70
|
+
|
71
|
+
(anonymous) @ script.js:21
|
72
|
+
|
73
|
+
e @ jquery-3.5.1.min.js:2
|
74
|
+
|
75
|
+
t @ jquery-3.5.1.min.js:2
|
76
|
+
|
77
|
+
setTimeout (async)
|
78
|
+
|
79
|
+
(anonymous) @ jquery-3.5.1.min.js:2
|
80
|
+
|
81
|
+
c @ jquery-3.5.1.min.js:2
|
82
|
+
|
83
|
+
fireWith @ jquery-3.5.1.min.js:2
|
84
|
+
|
85
|
+
fire @ jquery-3.5.1.min.js:2
|
86
|
+
|
87
|
+
c @ jquery-3.5.1.min.js:2
|
88
|
+
|
89
|
+
fireWith @ jquery-3.5.1.min.js:2
|
90
|
+
|
91
|
+
ready @ jquery-3.5.1.min.js:2
|
92
|
+
|
93
|
+
B @ jquery-3.5.1.min.js:2
|
94
|
+
|
95
|
+
jquery.scrollify.js:170 Scrollify warning: ID matches hash value - this will cause the page to anchor.
|
96
|
+
|
97
|
+
animateScroll @ jquery.scrollify.js:170
|
98
|
+
|
99
|
+
scrollify @ jquery.scrollify.js:566
|
100
|
+
|
101
|
+
(anonymous) @ script.js:21
|
102
|
+
|
103
|
+
e @ jquery-3.5.1.min.js:2
|
104
|
+
|
105
|
+
t @ jquery-3.5.1.min.js:2
|
106
|
+
|
107
|
+
setTimeout (async)
|
108
|
+
|
109
|
+
(anonymous) @ jquery-3.5.1.min.js:2
|
110
|
+
|
111
|
+
c @ jquery-3.5.1.min.js:2
|
112
|
+
|
113
|
+
fireWith @ jquery-3.5.1.min.js:2
|
114
|
+
|
115
|
+
fire @ jquery-3.5.1.min.js:2
|
116
|
+
|
117
|
+
c @ jquery-3.5.1.min.js:2
|
118
|
+
|
119
|
+
fireWith @ jquery-3.5.1.min.js:2
|
120
|
+
|
121
|
+
ready @ jquery-3.5.1.min.js:2
|
122
|
+
|
123
|
+
B @ jquery-3.5.1.min.js:2
|
124
|
+
|
125
|
+
jquery-3.4.1.min.js:2 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
|
126
|
+
|
127
|
+
send @ jquery-3.4.1.min.js:2
|
128
|
+
|
129
|
+
ajax @ jquery-3.4.1.min.js:2
|
130
|
+
|
131
|
+
init_l10n @ VM690 CarbonLib.js:28
|
132
|
+
|
133
|
+
getCurrentLocale @ VM690 CarbonLib.js:42
|
134
|
+
|
135
|
+
getLocaleResource @ VM690 CarbonLib.js:69
|
136
|
+
|
137
|
+
(anonymous) @ wtpOnUMSScriptLoaded.js:8
|
138
|
+
|
139
|
+
TISProUrlManualScannerLib.js:351 TMExt_$(document) in TISProUrlManualScannerLib.js ErrorReferenceError: TMExt_$ is not defined
|
140
|
+
|
141
|
+
```
|
142
|
+
|
55
143
|
### 該当のソースコード
|
56
144
|
|
57
145
|
|
1
エラーメッセージの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
|
25
|
+
|
26
26
|
|
27
27
|
レスポンシブ対応で、ハンバーガーメニューを作成しましたが、
|
28
28
|
|
@@ -38,6 +38,16 @@
|
|
38
38
|
|
39
39
|
|
40
40
|
|
41
|
+
デベロッパーツールのコンソールにはエラーが20個以上あり、どれが該当するか理解できず…
|
42
|
+
|
43
|
+
その中のひとつですが関係ありますでしょうか??
|
44
|
+
|
45
|
+
```
|
46
|
+
|
47
|
+
エラーメッセージ
|
48
|
+
|
49
|
+
?v=2.0:6 WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403
|
50
|
+
|
41
51
|
```
|
42
52
|
|
43
53
|
|