]> _ Git - odl.git/commitdiff
wait #5163 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 24 Mar 2022 17:19:38 +0000 (18:19 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 24 Mar 2022 17:19:38 +0000 (18:19 +0100)
resources/pdfjs/web/viewer.html

index 1d7cd8995c17296b8239623d34ccacf9846e023a..2d104b68f52f9c7f724c0f530e751122ca9bb2ed 100644 (file)
@@ -37,7 +37,7 @@ See https://github.com/adobe-type-tools/cmap-resources
             });
 
             $(document).on('mouseover', 'a[href^="tooltip:"]', function () {
-                $(this).attr('title', $(this).attr('href').substring(8));
+                $(this).attr('title', decodeURIComponent($(this).attr('href').substring(8)));
                 return true;
             });