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