diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index fd7dbe7695..4ee5665be7 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -28,6 +28,7 @@

+

@@ -102,6 +103,9 @@ ); }); + $('#toggle-starred').click(function() { + }); + $("#part-thumb").click(function() { launchModalForm( "{% url 'part-image' part.id %}",