diff --git a/src/web/util/linkButton.coffee b/src/web/util/linkButton.coffee index c4a98b1..97b5ce9 100644 --- a/src/web/util/linkButton.coffee +++ b/src/web/util/linkButton.coffee @@ -12,17 +12,12 @@ class LinkButton extends React.Component # We cannot just replace the button with a when we switch # because it will cause visual breaks where the button disappears for # a short while before the actual switch happens. - # Use as a dumb wrapper because it does not actually create - # an element around our tags. - # (the semantics of is "inserted content", but this seems - # to be the only sane solution here) - # - +