View | Details | Raw Unified | Return to bug 37905
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-2 / +1 lines)
Lines 260-266 Link Here
260
            [% END %]
260
            [% END %]
261
261
262
            let additional_filters = {
262
            let additional_filters = {
263
                enqueued_on: function(){
263
                enqueued_date: function(){
264
                    let now = new Date();
264
                    let now = new Date();
265
                    if ( $("#include_last_hour").is(":checked") ) {
265
                    if ( $("#include_last_hour").is(":checked") ) {
266
                        now.setHours(now.getHours() - 1);
266
                        now.setHours(now.getHours() - 1);
267
- 

Return to bug 37905