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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt (-1 / +7 lines)
Lines 463-468 Link Here
463
                    });
463
                    });
464
            });
464
            });
465
        }
465
        }
466
467
        // Stop the back button from loading from cache
468
        window.onpageshow = function (e) {
469
            if (e.persisted) {
470
                window.location.reload();
471
            }
472
        };
466
    </script>
473
    </script>
467
[% END %]
474
[% END %]
468
475
469
- 

Return to bug 30303