mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
Revert changes in file public/js/grocy.js of commit "Fixed differences in highlighting for expiring/expired items in header vs table on stock overview page (fixes #198)"
This reverts changes in file public/js/grocy.js of commit 12082b52abe0c35e185dc18f80f3b4b90a1054e4.
This commit is contained in:
parent
3a0bb913d5
commit
40cc0ff280
@ -511,13 +511,3 @@ $(document).on("click", ".easy-link-copy-textbox", function()
|
|||||||
{
|
{
|
||||||
$(this).select();
|
$(this).select();
|
||||||
});
|
});
|
||||||
$('.dropdown-toggle').click(function ()
|
|
||||||
{
|
|
||||||
dropDownFixPosition($('button'), $('.dropdown-menu'));
|
|
||||||
});
|
|
||||||
function dropDownFixPosition(button, dropdown)
|
|
||||||
{
|
|
||||||
var dropDownTop = button.offset().top + button.outerHeight();
|
|
||||||
dropdown.css('top', dropDownTop + "px");
|
|
||||||
dropdown.css('left', button.offset().left + "px");
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user