mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 18:54:35 +00:00
Add "one click shopping list to stock workflow" (closes #110)
This commit is contained in:
@@ -357,3 +357,9 @@ function WindowMessageBag(message, payload = null)
|
||||
obj.Payload = payload;
|
||||
return obj;
|
||||
}
|
||||
|
||||
// Add border around anchor link section
|
||||
if (window.location.hash)
|
||||
{
|
||||
$(window.location.hash).addClass("p-2 border border-info rounded");
|
||||
}
|
||||
|
Reference in New Issue
Block a user