Skip to content

Commit 7f7b0e9

Browse files
committed
Added like back
1 parent 5d0935e commit 7f7b0e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/azure-app-configuration/howto-variant-feature-flags-python.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,13 @@ If you already have a Python Flask web app, you can skip to the [Use the variant
273273
<form action="/" method="post">
274274
</form>
275275
</div>
276+
<script>
277+
function heartClicked(button) {
278+
var icon = button.querySelector('i');
279+
icon.classList.toggle('far');
280+
icon.classList.toggle('fas');
281+
}
282+
</script>
276283
{% endblock %}
277284
```
278285

0 commit comments

Comments
 (0)