mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
21018f6606
commit
a3ee45a20b
@ -27,9 +27,9 @@
|
||||
#############
|
||||
# Styles
|
||||
# base CSS styles - Do not modify
|
||||
@base.css
|
||||
@base.min.css
|
||||
# fancy CSS styles - Optional
|
||||
@fancy.css
|
||||
@fancy.min.css
|
||||
# PDF specific CSS styles - Do not modify
|
||||
$css
|
||||
|
||||
|
@ -363,7 +363,7 @@
|
||||
xhr.onreadystatechange = function(){
|
||||
if(xhr.readyState != 4) return;
|
||||
// Reset loading token
|
||||
delete _.pages_loading[idx];
|
||||
delete _.pages_loading[_idx];
|
||||
|
||||
if(xhr.status == 200) {
|
||||
// find the page element in the data
|
||||
|
Loading…
Reference in New Issue
Block a user