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

(-)a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js (-1 / +5 lines)
Lines 70-75 Link Here
70
                    tbh.removeClass("floating");
70
                    tbh.removeClass("floating");
71
                }
71
                }
72
            });
72
            });
73
74
            $(window).resize(function() {
75
                var p = $(tbh).parents('div').first();
76
                $(tbh).width(p.width()-10);
77
            });
73
        }
78
        }
74
    };
79
    };
75
})(jQuery, window);
80
})(jQuery, window);
76
- 

Return to bug 21139