mirror of
https://github.com/grocy/grocy.git
synced 2026-04-03 03:19:26 +02: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 12082b52ab.
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…
Reference in New Issue
Block a user