mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #32470 from nextcloud/bug/noid/stable24-fix-backgroundjobs-mode
[stable24] Fix backgroundjobs mode
This commit is contained in:
commit
01eda634c6
3 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ window.addEventListener('DOMContentLoaded', () => {
|
|||
|
||||
$('#backgroundjobs span.crondate').tooltip({ placement: 'top' })
|
||||
|
||||
$('#backgroundjobs input').change(() => {
|
||||
$('#backgroundjobs input').change(function() {
|
||||
if ($(this).is(':checked')) {
|
||||
const mode = $(this).val()
|
||||
if (mode === 'ajax' || mode === 'webcron' || mode === 'cron') {
|
||||
|
|
|
|||
4
dist/settings-legacy-admin.js
vendored
4
dist/settings-legacy-admin.js
vendored
File diff suppressed because one or more lines are too long
2
dist/settings-legacy-admin.js.map
vendored
2
dist/settings-legacy-admin.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue