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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt (-2 / +1 lines)
Lines 182-188 Link Here
182
            }
182
            }
183
183
184
            function RemoveInstructor( cardnumber ) {
184
            function RemoveInstructor( cardnumber ) {
185
                $( '#borrower_' + cardnumber ).remove();
185
                $( '#borrower_' + cardnumber.replace(/([$.:\[\],=@])/g, "\\$1") ).remove();
186
186
187
                if ( ! $('#instructors').html() ) {
187
                if ( ! $('#instructors').html() ) {
188
                    $('#course_instructors').hide( 800 );
188
                    $('#course_instructors').hide( 800 );
189
- 

Return to bug 21349