mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 10:46:06 -04:00
Added basic RegExp support.
This commit is contained in:
parent
06dfbdf7c8
commit
d7b206cc93
2 changed files with 3 additions and 5 deletions
|
@ -55,7 +55,7 @@
|
|||
<div class="section">
|
||||
<h4>Additional words to alert on:</h4>
|
||||
<p>Leave blank to alert on all messages.</p>
|
||||
<input size=40 name="bingWords" ng-model="settings.bingWords" ng-list placeholder="Enter case-sensitive words separated with ,"
|
||||
<input size=40 name="bingWords" ng-model="settings.bingWords" ng-list placeholder="Enter words separated with , (supports regex)"
|
||||
ng-blur="saveBingWords()"/>
|
||||
<ul>
|
||||
<li ng-repeat="word in settings.bingWords">{{word}}</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue