mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-09-05 20:40:19 +02:00
[automated] update groups.io wiki
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.app02-g2.1663558.1770772022125531747");
|
||||
console.log("client_id:", "web.app02-g2.541337.1771376470329472033");
|
||||
console.log("last_error:", lastError);
|
||||
console.log("stack:", stack);
|
||||
}
|
||||
@@ -117,6 +117,30 @@
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
var ignoreMessages = ["ResizeObserver loop limit exceeded",
|
||||
"TypeError: can't redefine non-configurable property \"userAgent\"",
|
||||
"TypeError: can't redefine non-configurable property \"getChannelData\"",
|
||||
"ReferenceError: tinymce is not defined",
|
||||
"Uncaught ReferenceError: timeoutId is not defined",
|
||||
"ReferenceError: Can't find variable: tinymce"];
|
||||
for (var i = 0; i < ignoreMessages.length; i++) {
|
||||
if (errorMessage === ignoreMessages[i]) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (errorUrl.indexOf("safari-extension:") === 0 || errorUrl.indexOf("moz-extension:") === 0 || errorUrl.indexOf("chrome-extension:") === 0) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorUrl.indexOf("googletagmanager.com") !== -1 || errorUrl.indexOf("socialsearch.com") !== -1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
if (errorLine === 0 || errorLine === 1) {
|
||||
lastError = errorMessage;
|
||||
return;
|
||||
}
|
||||
jQuery.ajax({
|
||||
type: 'POST',
|
||||
url: '/jsclienterror',
|
||||
@@ -127,7 +151,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.app02-g2.1663558.1770772022125531747"
|
||||
client_id: "web.app02-g2.541337.1771376470329472033"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -198,7 +222,7 @@
|
||||
console.log("FULL PAGE LOAD");
|
||||
</script>
|
||||
</head>
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "6e84307f94f20e9766aa3671c71667feb9295e12"}' hx-ext="preload" hx-boost="false">
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "15c43965d17c17bad0c1b2328546089a18c59d15"}' hx-ext="preload" hx-boost="false">
|
||||
|
||||
<script>
|
||||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
@@ -1046,13 +1070,46 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<input type=checkbox name="dataid" id="232100" value="232100" onclick="countChecked('232100')"
|
||||
<input type=checkbox name="dataid" id="233886" value="233886" onclick="countChecked('233886')"
|
||||
checked>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://groups.io/g/MTFHRT/profile/@Lena">Lena</a>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="233886.html">
|
||||
|
||||
|
||||
Updated page
|
||||
|
||||
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<script id="timedispwdataupdated233886">
|
||||
$('#timedispwdataupdated233886').replaceWith(DisplayShortTime(1770798843310132951, false
|
||||
));
|
||||
</script>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<input type=checkbox name="dataid" id="232100" value="232100" onclick="countChecked('232100')"
|
||||
>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://groups.io/g/MTFHRT/profile/@Lena">Lena</a>
|
||||
|
||||
|
||||
@@ -7923,7 +7980,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="173017.html">
|
||||
<a href="173017">
|
||||
|
||||
|
||||
Updated page
|
||||
|
||||
Reference in New Issue
Block a user