mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-09-03 11:30:18 +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.web09.356411.1693355055990875710");
|
||||
console.log("client_id:", "web.web08.634521.1696379147850390193");
|
||||
console.log("last_error:", lastError);
|
||||
}
|
||||
if (errorUrl == "" || errorUrl === null) {
|
||||
@@ -106,7 +123,7 @@
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.web09.356411.1693355055990875710"
|
||||
client_id: "web.web08.634521.1696379147850390193"
|
||||
},
|
||||
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;">
|
||||
@@ -720,6 +737,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">
|
||||
@@ -727,8 +758,15 @@ function countChecked(id) {
|
||||
Hashtags
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -796,6 +834,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
|
||||
@@ -809,6 +848,7 @@ function countChecked(id) {
|
||||
}
|
||||
}
|
||||
function keyboardWillHide() {
|
||||
return;
|
||||
$("#mobileSidebar").show();
|
||||
if (restorePadding == true) {
|
||||
$("#content").css("padding-bottom", "70px");
|
||||
@@ -948,10 +988,10 @@ function countChecked(id) {
|
||||
}, 100, 'linear');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user