1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00
This commit is contained in:
Lu Wang 2013-11-06 04:48:28 +08:00
parent 21018f6606
commit a3ee45a20b
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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