You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Style for Generating Reference Model Anchors at Build Time (#1789)
* isset Did not seem to work - changed it to ne (!= or <>)
* Second part of the Anchor-JS unhooking and static Anchor Generated
* hooled up the renamed class name .reference-element-anchor
* Adding metaschema submodule changes (fixed with merge conflict).
$('a[href*="//"]{{ if .Site.IsServer }}:not([href*="http://localhost:1313/"]){{ end }}:not([href*="pages.nist.gov"]):not([href*="www.nist.gov"]):not([href^="#"]):not([href^="/"])').addClass('usa-link usa-link--external');
6
-
$('a.usa-link--external').leaveNotice();
7
-
});
4
+
$(document).ready(function(){
5
+
$('a[href*="//"]{{ if .Site.IsServer }}:not([href*="http://localhost:1313/"]){{ end }}:not([href*="pages.nist.gov"]):not([href*="www.nist.gov"]):not([href^="#"]):not([href^="/"])').addClass('usa-link usa-link--external');
0 commit comments