Last active
August 29, 2015 14:00
-
-
Save jasonmerino/a5a3a1d8c1ea26b003d4 to your computer and use it in GitHub Desktop.
LD Branch Build
This file contains hidden or 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
javascript:(function(){ | |
var b = prompt('Enter branch number.'); | |
if(b !== null){ | |
b = b.length === 3 ? '0' + b : b; | |
window.location.href='http://mob-'+b+'.mbranch.lightingdirect.com?abtest=off'; | |
} | |
}()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment