mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-12 00:30:15 +00:00
Disable SSE and polling implementations.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
2f3149d415
commit
ab9dbdec4b
2 changed files with 0 additions and 3 deletions
|
|
@ -46,7 +46,6 @@ function showPassword(id) {
|
|||
|
||||
function enableSpinner() {
|
||||
document.getElementById('overlay').classList.add('loading');
|
||||
window.containerEventsLogClient.fetchAndShow({ forceReloading: true });
|
||||
}
|
||||
|
||||
function disableSpinner() {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
<link rel="icon" href="img/favicon.png">
|
||||
<script type="text/javascript" src="forms.js"></script>
|
||||
<script type="text/javascript" src="toggle-dark-mode.js"></script>
|
||||
<script type="module" src="container_events_log_client.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -16,7 +15,6 @@
|
|||
<div class="loader"></div>
|
||||
<iframe name='overlay-log' id="overlay-log"></iframe>
|
||||
</div>
|
||||
<script src="overlay-log.js"></script>
|
||||
<button id="theme-toggle" onclick="toggleTheme()">
|
||||
<span id="theme-icon"></span>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue