mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-10 17:34:47 +00:00
misc fixes
This commit is contained in:
parent
782e96340e
commit
917d8da78c
2 changed files with 2 additions and 2 deletions
|
@ -328,7 +328,7 @@ function extractCss(appliedStyles, callback) {
|
|||
if (!classNames) {
|
||||
classNames = pre.getAttribute('id');
|
||||
if (!classNames) {
|
||||
classNames = pre.tagName;
|
||||
classNames = pre.tagName + '-' + Math.floor(Math.random()*100000);
|
||||
}
|
||||
}
|
||||
var tmpName = cssClassesToTmpIds[classNames];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue