mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-09-04 20:10:19 +02:00
[automated] update groups.io wiki
This commit is contained in:
@@ -32,6 +32,23 @@
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
/* stubs */
|
||||
const hapticsImpactHeavy = async () => {
|
||||
};
|
||||
const hapticsImpactMedium = async () => {
|
||||
};
|
||||
const hapticsImpactLight = async () => {
|
||||
};
|
||||
const hapticsVibrate = async () => {
|
||||
};
|
||||
const hapticsSelectionStart = async () => {
|
||||
};
|
||||
const hapticsSelectionChanged = async () => {
|
||||
};
|
||||
const hapticsSelectionEnd = async () => {
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
@@ -82,7 +99,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.web08.356766.1693355055386203520");
|
||||
console.log("client_id:", "web.web08.634493.1696379147251295467");
|
||||
console.log("last_error:", lastError);
|
||||
}
|
||||
if (errorUrl == "" || errorUrl === null) {
|
||||
@@ -106,7 +123,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.web08.356766.1693355055386203520"
|
||||
client_id: "web.web08.634493.1696379147251295467"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -129,7 +146,7 @@
|
||||
|
||||
<script src="../../../../tinymce-4.7.13/tinymce.min.js"></script>
|
||||
<script src="../../../../js/browser-image-compression-2.0.2.min.js"></script>
|
||||
<link href="../../../../css/application-559820a385e6acd40fd39c83eb4ef1cd.css" rel="stylesheet" id="groupsio-css">
|
||||
<link href="../../../../css/application-cd163729db5e5dd482d89b89af54c2f2.css" rel="stylesheet" id="groupsio-css">
|
||||
<script src="../../../../js/application-512d6dec6217cbf3f29d34d006f298ce.js" id="groupsio-js"></script>
|
||||
<script src="../../../../js/run_prettify.js"></script>
|
||||
<title>
|
||||
@@ -148,7 +165,7 @@
|
||||
|
||||
|
||||
</head>
|
||||
<body class="fuelux" hx-headers='{"Accept-Version": "fbfa78c63596e2814d57691d1a39c4048f326824"}' hx-ext="preload">
|
||||
<body class="fuelux" hx-headers='{"Accept-Version": "e1b55ccc103da2d712c1dae2a8e60b33c1e44a18"}' hx-ext="preload">
|
||||
|
||||
<div class="navbar navbar-head" role="navigation" id="headerbar">
|
||||
<div class="container-fluid" style="padding-left:0px;">
|
||||
@@ -727,6 +744,20 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Messages" href="https://groups.io/g/MTFHRT/topics" hx-get-disable="https://groups.io/g/MTFHRT/topics" preload hx-target="#maincontent-refresh" hx-push-url="true"
|
||||
id="sidebar-archives" class="noborderitem list-group-item sidebar-item sidebar-archives">
|
||||
<i class="fa-fw fa fa-comments fa-lg"></i>
|
||||
Messages
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Hashtags" href="https://groups.io/g/MTFHRT/hashtags" hx-get-disable="https://groups.io/g/MTFHRT/hashtags" preload hx-target="#maincontent-refresh" hx-push-url="true"
|
||||
id="sidebar-hashtags" class="noborderitem list-group-item sidebar-item sidebar-hashtags">
|
||||
@@ -734,8 +765,15 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
Hashtags
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -803,6 +841,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
document.body.addEventListener("gio:keyboardWillHide", keyboardWillHide);
|
||||
var restorePadding = false;
|
||||
function keyboardWillShow() {
|
||||
return;
|
||||
$("#mobileSidebar").hide();
|
||||
// On narrow screens, we add a padding-bottom in groupsio.css to make room for the mobile sidebar.
|
||||
// We need to remove this when we remove the mobile sidebar for the keyboard. And then
|
||||
@@ -816,6 +855,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
}
|
||||
}
|
||||
function keyboardWillHide() {
|
||||
return;
|
||||
$("#mobileSidebar").show();
|
||||
if (restorePadding == true) {
|
||||
$("#content").css("padding-bottom", "70px");
|
||||
@@ -955,10 +995,10 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
}, 100, 'linear');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -32,6 +32,23 @@
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
/* stubs */
|
||||
const hapticsImpactHeavy = async () => {
|
||||
};
|
||||
const hapticsImpactMedium = async () => {
|
||||
};
|
||||
const hapticsImpactLight = async () => {
|
||||
};
|
||||
const hapticsVibrate = async () => {
|
||||
};
|
||||
const hapticsSelectionStart = async () => {
|
||||
};
|
||||
const hapticsSelectionChanged = async () => {
|
||||
};
|
||||
const hapticsSelectionEnd = async () => {
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
@@ -82,7 +99,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.web09.356395.1693355055297066191");
|
||||
console.log("client_id:", "web.web09.634232.1696379147168379515");
|
||||
console.log("last_error:", lastError);
|
||||
}
|
||||
if (errorUrl == "" || errorUrl === null) {
|
||||
@@ -106,7 +123,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.web09.356395.1693355055297066191"
|
||||
client_id: "web.web09.634232.1696379147168379515"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -129,7 +146,7 @@
|
||||
|
||||
<script src="../../../../tinymce-4.7.13/tinymce.min.js"></script>
|
||||
<script src="../../../../js/browser-image-compression-2.0.2.min.js"></script>
|
||||
<link href="../../../../css/application-559820a385e6acd40fd39c83eb4ef1cd.css" rel="stylesheet" id="groupsio-css">
|
||||
<link href="../../../../css/application-cd163729db5e5dd482d89b89af54c2f2.css" rel="stylesheet" id="groupsio-css">
|
||||
<script src="../../../../js/application-512d6dec6217cbf3f29d34d006f298ce.js" id="groupsio-js"></script>
|
||||
<script src="../../../../js/run_prettify.js"></script>
|
||||
<title>
|
||||
@@ -148,7 +165,7 @@
|
||||
|
||||
|
||||
</head>
|
||||
<body class="fuelux" hx-headers='{"Accept-Version": "fbfa78c63596e2814d57691d1a39c4048f326824"}' hx-ext="preload">
|
||||
<body class="fuelux" hx-headers='{"Accept-Version": "e1b55ccc103da2d712c1dae2a8e60b33c1e44a18"}' hx-ext="preload">
|
||||
|
||||
<div class="navbar navbar-head" role="navigation" id="headerbar">
|
||||
<div class="container-fluid" style="padding-left:0px;">
|
||||
@@ -728,6 +745,20 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Messages" href="https://groups.io/g/MTFHRT/topics" hx-get-disable="https://groups.io/g/MTFHRT/topics" preload hx-target="#maincontent-refresh" hx-push-url="true"
|
||||
id="sidebar-archives" class="noborderitem list-group-item sidebar-item sidebar-archives">
|
||||
<i class="fa-fw fa fa-comments fa-lg"></i>
|
||||
Messages
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Hashtags" href="https://groups.io/g/MTFHRT/hashtags" hx-get-disable="https://groups.io/g/MTFHRT/hashtags" preload hx-target="#maincontent-refresh" hx-push-url="true"
|
||||
id="sidebar-hashtags" class="noborderitem list-group-item sidebar-item sidebar-hashtags">
|
||||
@@ -735,8 +766,15 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
Hashtags
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -804,6 +842,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
document.body.addEventListener("gio:keyboardWillHide", keyboardWillHide);
|
||||
var restorePadding = false;
|
||||
function keyboardWillShow() {
|
||||
return;
|
||||
$("#mobileSidebar").hide();
|
||||
// On narrow screens, we add a padding-bottom in groupsio.css to make room for the mobile sidebar.
|
||||
// We need to remove this when we remove the mobile sidebar for the keyboard. And then
|
||||
@@ -817,6 +856,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
}
|
||||
}
|
||||
function keyboardWillHide() {
|
||||
return;
|
||||
$("#mobileSidebar").show();
|
||||
if (restorePadding == true) {
|
||||
$("#content").css("padding-bottom", "70px");
|
||||
@@ -956,10 +996,10 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
}, 100, 'linear');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -32,6 +32,23 @@
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
/* stubs */
|
||||
const hapticsImpactHeavy = async () => {
|
||||
};
|
||||
const hapticsImpactMedium = async () => {
|
||||
};
|
||||
const hapticsImpactLight = async () => {
|
||||
};
|
||||
const hapticsVibrate = async () => {
|
||||
};
|
||||
const hapticsSelectionStart = async () => {
|
||||
};
|
||||
const hapticsSelectionChanged = async () => {
|
||||
};
|
||||
const hapticsSelectionEnd = async () => {
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
@@ -82,7 +99,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.web08.356761.1693355055207444573");
|
||||
console.log("client_id:", "web.web09.634230.1696379147082321092");
|
||||
console.log("last_error:", lastError);
|
||||
}
|
||||
if (errorUrl == "" || errorUrl === null) {
|
||||
@@ -106,7 +123,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.web08.356761.1693355055207444573"
|
||||
client_id: "web.web09.634230.1696379147082321092"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -129,7 +146,7 @@
|
||||
|
||||
<script src="../../../../tinymce-4.7.13/tinymce.min.js"></script>
|
||||
<script src="../../../../js/browser-image-compression-2.0.2.min.js"></script>
|
||||
<link href="../../../../css/application-559820a385e6acd40fd39c83eb4ef1cd.css" rel="stylesheet" id="groupsio-css">
|
||||
<link href="../../../../css/application-cd163729db5e5dd482d89b89af54c2f2.css" rel="stylesheet" id="groupsio-css">
|
||||
<script src="../../../../js/application-512d6dec6217cbf3f29d34d006f298ce.js" id="groupsio-js"></script>
|
||||
<script src="../../../../js/run_prettify.js"></script>
|
||||
<title>
|
||||
@@ -148,7 +165,7 @@
|
||||
|
||||
|
||||
</head>
|
||||
<body class="fuelux" hx-headers='{"Accept-Version": "fbfa78c63596e2814d57691d1a39c4048f326824"}' hx-ext="preload">
|
||||
<body class="fuelux" hx-headers='{"Accept-Version": "e1b55ccc103da2d712c1dae2a8e60b33c1e44a18"}' hx-ext="preload">
|
||||
|
||||
<div class="navbar navbar-head" role="navigation" id="headerbar">
|
||||
<div class="container-fluid" style="padding-left:0px;">
|
||||
@@ -733,6 +750,20 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Messages" href="https://groups.io/g/MTFHRT/topics" hx-get-disable="https://groups.io/g/MTFHRT/topics" preload hx-target="#maincontent-refresh" hx-push-url="true"
|
||||
id="sidebar-archives" class="noborderitem list-group-item sidebar-item sidebar-archives">
|
||||
<i class="fa-fw fa fa-comments fa-lg"></i>
|
||||
Messages
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Hashtags" href="https://groups.io/g/MTFHRT/hashtags" hx-get-disable="https://groups.io/g/MTFHRT/hashtags" preload hx-target="#maincontent-refresh" hx-push-url="true"
|
||||
id="sidebar-hashtags" class="noborderitem list-group-item sidebar-item sidebar-hashtags">
|
||||
@@ -740,8 +771,15 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
Hashtags
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -809,6 +847,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
document.body.addEventListener("gio:keyboardWillHide", keyboardWillHide);
|
||||
var restorePadding = false;
|
||||
function keyboardWillShow() {
|
||||
return;
|
||||
$("#mobileSidebar").hide();
|
||||
// On narrow screens, we add a padding-bottom in groupsio.css to make room for the mobile sidebar.
|
||||
// We need to remove this when we remove the mobile sidebar for the keyboard. And then
|
||||
@@ -822,6 +861,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
}
|
||||
}
|
||||
function keyboardWillHide() {
|
||||
return;
|
||||
$("#mobileSidebar").show();
|
||||
if (restorePadding == true) {
|
||||
$("#content").css("padding-bottom", "70px");
|
||||
@@ -961,10 +1001,10 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
}, 100, 'linear');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -32,6 +32,23 @@
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
/* stubs */
|
||||
const hapticsImpactHeavy = async () => {
|
||||
};
|
||||
const hapticsImpactMedium = async () => {
|
||||
};
|
||||
const hapticsImpactLight = async () => {
|
||||
};
|
||||
const hapticsVibrate = async () => {
|
||||
};
|
||||
const hapticsSelectionStart = async () => {
|
||||
};
|
||||
const hapticsSelectionChanged = async () => {
|
||||
};
|
||||
const hapticsSelectionEnd = async () => {
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
@@ -82,7 +99,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.web08.356759.1693355055112813982");
|
||||
console.log("client_id:", "web.web09.634229.1696379146998108958");
|
||||
console.log("last_error:", lastError);
|
||||
}
|
||||
if (errorUrl == "" || errorUrl === null) {
|
||||
@@ -106,7 +123,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.web08.356759.1693355055112813982"
|
||||
client_id: "web.web09.634229.1696379146998108958"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -129,7 +146,7 @@
|
||||
|
||||
<script src="../../../../tinymce-4.7.13/tinymce.min.js"></script>
|
||||
<script src="../../../../js/browser-image-compression-2.0.2.min.js"></script>
|
||||
<link href="../../../../css/application-559820a385e6acd40fd39c83eb4ef1cd.css" rel="stylesheet" id="groupsio-css">
|
||||
<link href="../../../../css/application-cd163729db5e5dd482d89b89af54c2f2.css" rel="stylesheet" id="groupsio-css">
|
||||
<script src="../../../../js/application-512d6dec6217cbf3f29d34d006f298ce.js" id="groupsio-js"></script>
|
||||
<script src="../../../../js/run_prettify.js"></script>
|
||||
<title>
|
||||
@@ -148,7 +165,7 @@
|
||||
|
||||
|
||||
</head>
|
||||
<body class="fuelux" hx-headers='{"Accept-Version": "fbfa78c63596e2814d57691d1a39c4048f326824"}' hx-ext="preload">
|
||||
<body class="fuelux" hx-headers='{"Accept-Version": "e1b55ccc103da2d712c1dae2a8e60b33c1e44a18"}' hx-ext="preload">
|
||||
|
||||
<div class="navbar navbar-head" role="navigation" id="headerbar">
|
||||
<div class="container-fluid" style="padding-left:0px;">
|
||||
@@ -734,6 +751,20 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Messages" href="https://groups.io/g/MTFHRT/topics" hx-get-disable="https://groups.io/g/MTFHRT/topics" preload hx-target="#maincontent-refresh" hx-push-url="true"
|
||||
id="sidebar-archives" class="noborderitem list-group-item sidebar-item sidebar-archives">
|
||||
<i class="fa-fw fa fa-comments fa-lg"></i>
|
||||
Messages
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Hashtags" href="https://groups.io/g/MTFHRT/hashtags" hx-get-disable="https://groups.io/g/MTFHRT/hashtags" preload hx-target="#maincontent-refresh" hx-push-url="true"
|
||||
id="sidebar-hashtags" class="noborderitem list-group-item sidebar-item sidebar-hashtags">
|
||||
@@ -741,8 +772,15 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
Hashtags
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -810,6 +848,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
document.body.addEventListener("gio:keyboardWillHide", keyboardWillHide);
|
||||
var restorePadding = false;
|
||||
function keyboardWillShow() {
|
||||
return;
|
||||
$("#mobileSidebar").hide();
|
||||
// On narrow screens, we add a padding-bottom in groupsio.css to make room for the mobile sidebar.
|
||||
// We need to remove this when we remove the mobile sidebar for the keyboard. And then
|
||||
@@ -823,6 +862,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
}
|
||||
}
|
||||
function keyboardWillHide() {
|
||||
return;
|
||||
$("#mobileSidebar").show();
|
||||
if (restorePadding == true) {
|
||||
$("#content").css("padding-bottom", "70px");
|
||||
@@ -962,10 +1002,10 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
}, 100, 'linear');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -32,6 +32,23 @@
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
/* stubs */
|
||||
const hapticsImpactHeavy = async () => {
|
||||
};
|
||||
const hapticsImpactMedium = async () => {
|
||||
};
|
||||
const hapticsImpactLight = async () => {
|
||||
};
|
||||
const hapticsVibrate = async () => {
|
||||
};
|
||||
const hapticsSelectionStart = async () => {
|
||||
};
|
||||
const hapticsSelectionChanged = async () => {
|
||||
};
|
||||
const hapticsSelectionEnd = async () => {
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
@@ -82,7 +99,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.web08.356758.1693355055015765281");
|
||||
console.log("client_id:", "web.web09.634227.1696379146910932130");
|
||||
console.log("last_error:", lastError);
|
||||
}
|
||||
if (errorUrl == "" || errorUrl === null) {
|
||||
@@ -106,7 +123,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.web08.356758.1693355055015765281"
|
||||
client_id: "web.web09.634227.1696379146910932130"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -129,7 +146,7 @@
|
||||
|
||||
<script src="../../../../tinymce-4.7.13/tinymce.min.js"></script>
|
||||
<script src="../../../../js/browser-image-compression-2.0.2.min.js"></script>
|
||||
<link href="../../../../css/application-559820a385e6acd40fd39c83eb4ef1cd.css" rel="stylesheet" id="groupsio-css">
|
||||
<link href="../../../../css/application-cd163729db5e5dd482d89b89af54c2f2.css" rel="stylesheet" id="groupsio-css">
|
||||
<script src="../../../../js/application-512d6dec6217cbf3f29d34d006f298ce.js" id="groupsio-js"></script>
|
||||
<script src="../../../../js/run_prettify.js"></script>
|
||||
<title>
|
||||
@@ -148,7 +165,7 @@
|
||||
|
||||
|
||||
</head>
|
||||
<body class="fuelux" hx-headers='{"Accept-Version": "fbfa78c63596e2814d57691d1a39c4048f326824"}' hx-ext="preload">
|
||||
<body class="fuelux" hx-headers='{"Accept-Version": "e1b55ccc103da2d712c1dae2a8e60b33c1e44a18"}' hx-ext="preload">
|
||||
|
||||
<div class="navbar navbar-head" role="navigation" id="headerbar">
|
||||
<div class="container-fluid" style="padding-left:0px;">
|
||||
@@ -734,6 +751,20 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Messages" href="https://groups.io/g/MTFHRT/topics" hx-get-disable="https://groups.io/g/MTFHRT/topics" preload hx-target="#maincontent-refresh" hx-push-url="true"
|
||||
id="sidebar-archives" class="noborderitem list-group-item sidebar-item sidebar-archives">
|
||||
<i class="fa-fw fa fa-comments fa-lg"></i>
|
||||
Messages
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Hashtags" href="https://groups.io/g/MTFHRT/hashtags" hx-get-disable="https://groups.io/g/MTFHRT/hashtags" preload hx-target="#maincontent-refresh" hx-push-url="true"
|
||||
id="sidebar-hashtags" class="noborderitem list-group-item sidebar-item sidebar-hashtags">
|
||||
@@ -741,8 +772,15 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
Hashtags
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -810,6 +848,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
document.body.addEventListener("gio:keyboardWillHide", keyboardWillHide);
|
||||
var restorePadding = false;
|
||||
function keyboardWillShow() {
|
||||
return;
|
||||
$("#mobileSidebar").hide();
|
||||
// On narrow screens, we add a padding-bottom in groupsio.css to make room for the mobile sidebar.
|
||||
// We need to remove this when we remove the mobile sidebar for the keyboard. And then
|
||||
@@ -823,6 +862,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
}
|
||||
}
|
||||
function keyboardWillHide() {
|
||||
return;
|
||||
$("#mobileSidebar").show();
|
||||
if (restorePadding == true) {
|
||||
$("#content").css("padding-bottom", "70px");
|
||||
@@ -962,10 +1002,10 @@ function createAlert(msg, isError, autoClose, noClose) {
|
||||
}, 100, 'linear');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -32,6 +32,23 @@
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
/* stubs */
|
||||
const hapticsImpactHeavy = async () => {
|
||||
};
|
||||
const hapticsImpactMedium = async () => {
|
||||
};
|
||||
const hapticsImpactLight = async () => {
|
||||
};
|
||||
const hapticsVibrate = async () => {
|
||||
};
|
||||
const hapticsSelectionStart = async () => {
|
||||
};
|
||||
const hapticsSelectionChanged = async () => {
|
||||
};
|
||||
const hapticsSelectionEnd = async () => {
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
@@ -82,7 +99,7 @@
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.web08.356655.1693355052317044280");
|
||||
console.log("client_id:", "web.web09.634130.1696379144424473209");
|
||||
console.log("last_error:", lastError);
|
||||
}
|
||||
if (errorUrl == "" || errorUrl === null) {
|
||||
@@ -106,7 +123,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.web08.356655.1693355052317044280"
|
||||
client_id: "web.web09.634130.1696379144424473209"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -129,7 +146,7 @@
|
||||
|
||||
<script src="../../../../tinymce-4.7.13/tinymce.min.js"></script>
|
||||
<script src="../../../../js/browser-image-compression-2.0.2.min.js"></script>
|
||||
<link href="../../../../css/application-559820a385e6acd40fd39c83eb4ef1cd.css" rel="stylesheet" id="groupsio-css">
|
||||
<link href="../../../../css/application-cd163729db5e5dd482d89b89af54c2f2.css" rel="stylesheet" id="groupsio-css">
|
||||
<script src="../../../../js/application-512d6dec6217cbf3f29d34d006f298ce.js" id="groupsio-js"></script>
|
||||
<script src="../../../../js/run_prettify.js"></script>
|
||||
<title>
|
||||
@@ -148,7 +165,7 @@
|
||||
|
||||
|
||||
</head>
|
||||
<body class="fuelux" hx-headers='{"Accept-Version": "fbfa78c63596e2814d57691d1a39c4048f326824"}' hx-ext="preload">
|
||||
<body class="fuelux" hx-headers='{"Accept-Version": "e1b55ccc103da2d712c1dae2a8e60b33c1e44a18"}' hx-ext="preload">
|
||||
|
||||
<div class="navbar navbar-head" role="navigation" id="headerbar">
|
||||
<div class="container-fluid" style="padding-left:0px;">
|
||||
@@ -814,6 +831,20 @@ function countChecked(id) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Messages" href="https://groups.io/g/MTFHRT/topics" hx-get-disable="https://groups.io/g/MTFHRT/topics" preload hx-target="#maincontent-refresh" hx-push-url="true"
|
||||
id="sidebar-archives" class="noborderitem list-group-item sidebar-item sidebar-archives">
|
||||
<i class="fa-fw fa fa-comments fa-lg"></i>
|
||||
Messages
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Hashtags" href="https://groups.io/g/MTFHRT/hashtags" hx-get-disable="https://groups.io/g/MTFHRT/hashtags" preload hx-target="#maincontent-refresh" hx-push-url="true"
|
||||
id="sidebar-hashtags" class="noborderitem list-group-item sidebar-item sidebar-hashtags">
|
||||
@@ -821,8 +852,15 @@ function countChecked(id) {
|
||||
Hashtags
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -890,6 +928,7 @@ function countChecked(id) {
|
||||
document.body.addEventListener("gio:keyboardWillHide", keyboardWillHide);
|
||||
var restorePadding = false;
|
||||
function keyboardWillShow() {
|
||||
return;
|
||||
$("#mobileSidebar").hide();
|
||||
// On narrow screens, we add a padding-bottom in groupsio.css to make room for the mobile sidebar.
|
||||
// We need to remove this when we remove the mobile sidebar for the keyboard. And then
|
||||
@@ -903,6 +942,7 @@ function countChecked(id) {
|
||||
}
|
||||
}
|
||||
function keyboardWillHide() {
|
||||
return;
|
||||
$("#mobileSidebar").show();
|
||||
if (restorePadding == true) {
|
||||
$("#content").css("padding-bottom", "70px");
|
||||
@@ -1042,10 +1082,10 @@ function countChecked(id) {
|
||||
}, 100, 'linear');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user