Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/laffra/ltk
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed Mar 27, 2024
2 parents c652630 + 5212db6 commit c764ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchensink.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def activate_tab(event, ui=None):
tabs.activate(ltk.get_url_parameter("tab") or 0)

ltk.find(window.document.body).append(
ltk.Logger().element,
# ltk.Logger().element,
ltk.Div(
tabs.css("margin-bottom", 24)
.attr("id", "examples")
Expand Down

0 comments on commit c764ec6

Please sign in to comment.