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

(-)a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js (-1 / +2 lines)
Lines 51-62 Link Here
51
                        'position': 'fixed',
51
                        'position': 'fixed',
52
                            'top': '0'
52
                            'top': '0'
53
                    });
53
                    });
54
                    tbh.addClass("floating");
54
                }
55
                }
55
                if (repositionMe) {
56
                if (repositionMe) {
56
                    tbh.css({
57
                    tbh.css({
57
                        'position': 'absolute',
58
                        'position': 'absolute',
58
                            'top': originalOffset
59
                            'top': originalOffset
59
                    });
60
                    });
61
                    tbh.removeClass("floating");
60
                }
62
                }
61
            });
63
            });
62
        }
64
        }
63
- 

Return to bug 16400