{"version":3,"file":"dual-anchors-onaccordions.js","names":["$","Drupal","behaviors","applydualAnchors","attach","context","settings","window","location","hash","foundation","jQuery"],"sources":["dual-anchors-onaccordions.js"],"mappings":"CAAA,SAAWA,EAAGC,GACVA,EAAOC,UAAUC,iBAAmB,CAChCC,OAAQ,SAASC,EAASC,GAER,kBADHC,OAAOC,SAASC,MAEvBT,EAAE,aAAcK,GAASK,WAAW,SAAUV,EAAE,gBAExD,EAEP,CATD,CASGW,OAAQV","sourcesContent":["(function ($, Drupal) {\n Drupal.behaviors.applydualAnchors = {\n attach: function(context, settings) {\n var hash = window.location.hash;\n if ( hash === \"#usage-alerts\") {\n $(\".accordion\", context).foundation(\"toggle\", $(\"#bill-alerts\"));\n }\n }\n }\n})(jQuery, Drupal); "]}