Drop pagedown-bootstrap library and all its related code

This commit is contained in:
Julia Casamitjana
2024-04-11 10:42:41 +02:00
committed by Dominic Sauer
parent 9fe18f1873
commit 0667cbeefb
8 changed files with 0 additions and 2185 deletions

View File

@ -52,5 +52,4 @@ $(document).on('turbolinks:load', function() {
// Remove some elements before going back to an older site. Otherwise, they might not work.
$(document).on('turbolinks:before-cache', function() {
$('.chosen-container').remove();
$('#wmd-button-row-description').remove();
});