Skip to content

Instantly share code, notes, and snippets.

@asauber
Created September 11, 2014 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asauber/68446a215a7ca427231f to your computer and use it in GitHub Desktop.
Save asauber/68446a215a7ca427231f to your computer and use it in GitHub Desktop.
"nsdls pin doesn't work" A fix for the broken log-in page on nslds.ed.gov
var pinPads = document.querySelectorAll('.bloc select');
for (var i = 0, len = pinPads.length; i < len; ++i) {
pinPads[i].style.margin = "0";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment