remotes/1693045480750635534/spooky-22
Aevann1 2021-07-21 13:21:26 +02:00
parent 88b9d185ce
commit 01b2f1eef2
1 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,18 @@
{% include "bootstrap.html" %}
<script>
$('.text-expand').click(function(event){
if (event.which != 1) {
return
};
id=$(this).data('id');
$('#post-text-'+id).toggleClass('d-none');
$('.text-expand-icon-'+id).toggleClass('fa-expand-alt');
$('.text-expand-icon-'+id).toggleClass('fa-compress-alt');
})
// Text Formatting