Created
September 11, 2014 18:28
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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