You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/js/countVisitors.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ req.onload = () => {
13
13
req.send();
14
14
req.addEventListener('loadend',function(){
15
15
//if (req.response === '') {
16
-
// jsc.parentNode.appendChild(document.createElement('p').appendChild(document.createTextNode('Something went wrong. See the browser console for details.')));
17
-
// jsc.remove();
16
+
// jsc.parentNode.appendChild(document.createElement('p').appendChild(document.createTextNode('Something went wrong. See the browser console for details.')));
17
+
// jsc.remove(); // TODO: why is this breaking the page?
0 commit comments