Skip to content

Commit

Permalink
Update modal.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpingrabbit committed May 13, 2024
1 parent 3d47957 commit 74beb85
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/html/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
<script src="../js/modal.js"></script>
</head>
<body>
<div id="xxxx" style="padding: 10px;color: red;padding-bottom: 20px; display: flex;flex-flow: inherit;">
<span style="float: left;">
<b>⚠️ Attention:</b> Something wrong is happening with Trello. Atlassian has <a href="https://community.atlassian.com/t5/Trello-discussions/Would-love-to-have-markdown-editing/td-p/2603253" target="_blank"> killed markdown editing in cards</a> by default. Now they made the interface of the dropdowns in the modal that moves cards heavy. We must save Trello from Atlassian, which does not seem to understand the soul of the Trello product. <a href="https://community.atlassian.com/t5/Trello-questions/Please-stop-making-unnecessary-changes-to-Trello/qaq-p/2688914#M92965" target="_blank">Please like, share, and support this post</a>.
</span>
<button title="Close this notice" style="float: right;" onclick="document.querySelector( '#xxxx' ).remove();"></button>
</div>
<div id="output"></div>
</body>
</html>

0 comments on commit 74beb85

Please sign in to comment.