We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8621c9e commit 95b23a4Copy full SHA for 95b23a4
src/pdfreader_assets/js/pdfviewer-slideshow.js
@@ -83,7 +83,7 @@ $(function(){
83
}
84
function is_slideshow(url_str)
85
{
86
- var file_ext = path.extname(url_str);
+ var file_ext = path.extname(path_without_query(url_str));
87
return img_exts.indexOf(file_ext.toLowerCase()) != -1;
88
89
pdf_viewer.bind('render-link', function(ev, data, page)
0 commit comments