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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-1 / +6 lines)
Lines 826-831 Link Here
826
                selectField.style.minWidth = '320px';
826
                selectField.style.minWidth = '320px';
827
                $(selectField).select2();
827
                $(selectField).select2();
828
            });
828
            });
829
830
            let urlParams = new URLSearchParams(window.location.search)
831
            if(urlParams.get('format') === 'shareable' ) {
832
                submitForm($('#itemsearchform'));
833
                $("#item-search-block").hide();
834
            }
829
        });
835
        });
830
    </script>
836
    </script>
831
[% END %]
837
[% END %]
832
- 

Return to bug 14322