Re #92 Adding link to CSS selector help in wiki

This commit is contained in:
dgtlmoon
2021-06-18 11:37:27 +10:00
parent 23738c98bc
commit e761405f58
+2 -1
View File
@@ -30,7 +30,8 @@
<input type="text" id="css_filter" name="css_filter" value="{{watch.css_filter}}"
size="25" placeholder=".class-name or #some-id, or other CSS selector rule."/>
<span class="pure-form-message-inline">Limit text to this CSS rule, only text matching this CSS rule is included.<br/>
Please be sure that you thoroughly understand how to write CSS selector rules before filing an issue on GitHub!
Please be sure that you thoroughly understand how to write CSS selector rules before filing an issue on GitHub!<br/>
Go <a href="https://github.com/dgtlmoon/changedetection.io/wiki/CSS-Selector-help">here for more CSS selector help</a>
</span>
</div>
<br/>