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:
@@ -98,7 +98,7 @@ const hapticsSelectionEnd = async () => {
|
||||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.web08.536690.1715732882667384763");
|
||||
console.log("client_id:", "web.web09.625157.1716337688732287155");
|
||||
console.log("last_error:", lastError);
|
||||
console.log("stack:", stack);
|
||||
}
|
||||
@@ -123,7 +123,7 @@ const hapticsSelectionEnd = async () => {
|
||||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.web08.536690.1715732882667384763"
|
||||
client_id: "web.web09.625157.1716337688732287155"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
@@ -171,7 +171,7 @@ const hapticsSelectionEnd = async () => {
|
||||
console.log("FULL PAGE LOAD");
|
||||
</script>
|
||||
</head>
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "ab9d9aa9d1f4b4d7942dc3eba3d935c3c017d0ec"}' hx-ext="preload" hx-boost="false">
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "b10899f8f5f7ba2ec4fe62d1ebb2b782621790f7"}' hx-ext="preload" hx-boost="false">
|
||||
|
||||
<script>
|
||||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
@@ -477,7 +477,8 @@ function showAutocompleteModal(modalName) {
|
||||
InitAutocomplete("groupnavigator", groupnavigatorData);
|
||||
|
||||
document.body.addEventListener("showReloadPageDialog", function(evt) {
|
||||
$('#reloadPageModal').modal('show');
|
||||
console.log("Forced reload");
|
||||
location.reload();
|
||||
});
|
||||
|
||||
// submitEvent acts like .submit(), except it is compatible with the app, by using events instead.
|
||||
@@ -634,24 +635,6 @@ function showAutocompleteModal(modalName) {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Modal Dialog for Keyboard Shortcuts -->
|
||||
<div class="modal fade" id="reloadPageModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="myModalLabel">Update</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
The website has been updated. Please click the button to reload the page.
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default btn-sm" data-dismiss="modal" onclick="javascript:location.reload()">
|
||||
Reload
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user