From 71c5691242963086c71ffadd4ebcd8323c502980 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Tue, 20 Aug 2024 11:43:24 -0700 Subject: [PATCH] maricopa.gov civicplus behavior --- brozzler/behaviors.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index 60d68dc..cc67af0 100644 --- a/brozzler/behaviors.yaml +++ b/brozzler/behaviors.yaml @@ -213,6 +213,13 @@ default_parameters: actions: - selector: img#navForward1 +- # https://webarchive.jira.com/browse/WT-1193 + url_regex: '^https?://(?:www\.)?maricopa.gov/.*$' + behavior_js_template: umbraBehavior.js.j2 + default_parameters: + actions: + - selector: navMainItem + do: mouseover - # default fallback behavior url_regex: '^.*$' behavior_js_template: umbraBehavior.js.j2