https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34857 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- The change on bug 33233 was quite small, any idea on how we could fix? @@ -459,6 +459,9 @@ [% BLOCK jsinclude %] [% Asset.js("lib/jquery/plugins/jquery.deserialize.min.js") | $raw %] <script> +window.addEventListener('pageshow', function( e ){ + $('.form-control').prop('disabled' , false ); +}); $(document).ready(function() { [% IF search_groups %] function branch_limit() { @@ -559,6 +562,5 @@ $(document).ready(function() { $(this).parent().parent().remove(); $('.search-term-row .search-term-input select[name="op"]').first().prop("disabled",true).hide(); }); - </script> [% END %] -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.