mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-09 17:04:39 +00:00
add more predefined styles
This commit is contained in:
parent
db77b562b1
commit
5cabb7a458
3 changed files with 72 additions and 3 deletions
|
@ -35,7 +35,7 @@ function createStyleList(styles) {
|
|||
var styleUrlRegex = null;
|
||||
|
||||
try {
|
||||
styleUrlRegex = new RegExp('.*' + styleUrl + '.*', 'i');
|
||||
styleUrlRegex = new RegExp(styleUrl, 'i');
|
||||
} catch (e) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue