-
-
Save brobertsaz/3730040 to your computer and use it in GitHub Desktop.
js_2
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 populateSubOptions = function(selectedOption) { | |
if (selectedOption == 'share_across') { | |
$('#share_exp_dates select').empty().append(optionsFromArray(share_across_options)); | |
} else { | |
$('#share_exp_dates select').empty().append(optionsFromArray(share_down_options)); | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment