better booleans

This commit is contained in:
Barbara Miller 2018-03-19 16:28:47 -07:00
parent 745e6cc942
commit bc5a36e8a3

View File

@ -28,9 +28,9 @@
interval: 2500 interval: 2500
actions: actions:
- selector: div.see-more - selector: div.see-more
firstMatchOnly: 1 firstMatchOnly: true
- selector: li.next - selector: li.next
repeatSameElement: 1 repeatSameElement: true
- -
url_regex: '^https?://(?:www\.)?marquette\.edu/.*$' url_regex: '^https?://(?:www\.)?marquette\.edu/.*$'
behavior_js_template: marquette_edu.js behavior_js_template: marquette_edu.js