Merge pull request #32470 from nextcloud/bug/noid/stable24-fix-backgroundjobs-mode

[stable24] Fix backgroundjobs mode
This commit is contained in:
Louis 2022-05-30 12:52:17 +02:00 committed by GitHub
commit 01eda634c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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') {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long