Fix displaying images.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 9 Nov 2020 10:16:57 +0000 (11:16 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 9 Nov 2020 10:16:57 +0000 (11:16 +0100)
src/wolnelektury/static/js/book_text/references.js

index 23f7b03..365a18c 100644 (file)
@@ -74,7 +74,7 @@
             }
         }
 
-        $("#reference-images img").remove();
+        $("#reference-images a").remove();
         if (ref.images) {
             $.each(ref.images, function(i, e) {
                 $i = $("<a target='_blank'><img></a>");