{"version":3,"file":"utilities.js","sources":["utilities.js"],"sourcesContent":["/**\n * @file\n * A JavaScript file for the theme.\n *\n */\n\n(function (Drupal, $) {\n\n var event = (navigator.userAgent.match(/iPhone/i)) ? \"touchstart\" : \"click\";\n\n Drupal.behaviors.langmediaUtilities = {\n attach: function (context) {\n\n // Uncomment to open external links in new windows\n // $(document.links).filter(function() {\n // return this.hostname !== window.location.hostname;\n // }).attr('target', '_blank');\n\n // Add class to wrapper around the Reset button provided with exposed filters\n // (Ideally add the class via a hook or twig files)\n $reset = $(\"input[data-drupal-selector*='edit-reset']\");\n if ($reset.length > 0) {\n $reset.parent().addClass('reset-button');\n }\n\n // Accessibilty & Filtered Views\n // 1. Give focus to the \"no results\" message.\n // Note: The class, \"filter-no-results\", needs to be added via the twig file\n $filterResults = $('.filter-no-results');\n if ($filterResults.length > 0) {\n $filterResults.focus();\n }\n // 2. Add class to body when user clicks Apply button. Remove the class when they click the Reset button.\n // Note: The view needs to have Ajax turned on. Otherwise, add the class to the body by checking\n // for the presence of \".form-active-filters\" on the exposed filter form (class added via the custom project\n // utilities module)\n $(\".bef-exposed-form .submit-button:not(.reset-button) .form-submit\").click(function(){\n $(\"body\").addClass('filters-applied');\n });\n\n $(\".bef-exposed-form .submit-button.reset-button .form-submit\").click(function(){\n $(\"body\").removeClass('filters-applied');\n });\n // 3. Give focus to the \"total results\" message that is either created in Views UI or in the relevant twig files\n $(\"body.filters-applied .filtered-results\").focus(); // 'filtered-results' should be applied in Views UI or in twig files\n $(\".view-database-search .filtered-results\").focus(); // 'filtered results' applied in Views UI\n\n // put visual link on teaser images without causing accessibility issues\n $('.jquery-link').click(function() {\n window.location = $(this).parent().find('a').attr('href');\n return false;\n })\n\n // Anchor link navigation\n $(document).on('click', 'a[href^=\"#\"]', function (event) {\n // uncomment below if we want to remove the anchor from the url and just smooth scroll\n // event.preventDefault();\n\n $loggedIn = $('body.user-logged-in');\n if ($loggedIn.length > 0) { // we need to account for admin bar\n // uncomment below if we want to enable smooth scroll\n $('html, body').animate({\n scrollTop: $($.attr(this, 'href')).offset().top - 100\n }, 750);\n } else {\n // uncomment below if we want to enable smooth scroll\n $('html, body').animate({\n scrollTop: $($.attr(this, 'href')).offset().top - 45\n }, 750);\n }\n\n\n });\n\n $( window ).on( \"load\", function( event) {\n\n // Remove the .fouc class that was added to elements to prevent the flash-of-unstyled-content\n $(\".slick-initialized.fouc\").removeClass(\"fouc\");\n\n });\n\n $( window ).on( \"load resize orientationchange\", function( event ) {\n setTimeout(function( event ) {\n // Add code here\n }, 100);\n });\n\n }\n };\n\n} (Drupal, jQuery));\n"],"names":["Drupal","$","navigator","userAgent","match","behaviors","langmediaUtilities","attach","context","$reset","length","parent","addClass","$filterResults","focus","click","removeClass","window","location","this","find","attr","document","on","event","$loggedIn","animate","scrollTop","offset","top","setTimeout","jQuery"],"mappings":"CAMC,SAAUA,EAAQC,GAEJC,UAAUC,UAAUC,MAAM,WAEvCJ,EAAOK,UAAUC,mBAAqB,CACpCC,OAAQ,SAAUC,GAUI,GADpBC,OAASR,EAAE,8CACAS,QACTD,OAAOE,SAASC,SAAS,gBAOC,GAD5BC,eAAiBZ,EAAE,uBACAS,QACjBG,eAAeC,QAMjBb,EAAE,oEAAoEc,MAAM,WAC1Ed,EAAE,QAAQW,SAAS,qBAGrBX,EAAE,8DAA8Dc,MAAM,WACpEd,EAAE,QAAQe,YAAY,qBAGxBf,EAAE,0CAA0Ca,QAC5Cb,EAAE,2CAA2Ca,QAG7Cb,EAAE,gBAAgBc,MAAM,WAEtB,OADAE,OAAOC,SAAWjB,EAAEkB,MAAMR,SAASS,KAAK,KAAKC,KAAK,SAC3C,IAITpB,EAAEqB,UAAUC,GAAG,QAAS,eAAgB,SAAUC,GAKzB,GADvBC,UAAYxB,EAAE,wBACAS,OAEZT,EAAE,cAAcyB,QAAQ,CACtBC,UAAW1B,EAAEA,EAAEoB,KAAKF,KAAM,SAASS,SAASC,IAAM,KACjD,KAGH5B,EAAE,cAAcyB,QAAQ,CACtBC,UAAW1B,EAAEA,EAAEoB,KAAKF,KAAM,SAASS,SAASC,IAAM,IACjD,OAMP5B,EAAGgB,QAASM,GAAI,OAAQ,SAAUC,GAGhCvB,EAAE,2BAA2Be,YAAY,UAI3Cf,EAAGgB,QAASM,GAAI,gCAAiC,SAAUC,GACzDM,WAAW,SAAUN,KAElB,SA9EX,CAoFGxB,OAAQ+B"}