mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-10 17:34:47 +00:00
style url as regex instead of plain starts with
This commit is contained in:
parent
84dfab759f
commit
126ce6f039
3 changed files with 26 additions and 12 deletions
|
@ -115,7 +115,7 @@ function showEditor() {
|
|||
urlLabelHolder.className = 'cssEditor-field-label-holder';
|
||||
var urlLabel = document.createElement('label');
|
||||
urlLabel.className = 'cssEditor-field-label';
|
||||
urlLabel.innerText = 'URL Starts With';
|
||||
urlLabel.innerText = 'URL Regex'; // TODO addd link to regex tutorial
|
||||
urlLabelHolder.appendChild(urlLabel);
|
||||
editorHolder.appendChild(urlLabelHolder);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue