Dscotese options fix#206
Open
dscotese wants to merge 6 commits into
Open
Conversation
…l other javascript in the <head> has already been loaded. No tests have been added.
Added code to allow admin to add a Javascript file that runs after al…
In Firefox 60.0.2 (64-bit), selecting the descriptor type "Option" did not cause option entry fields to be displayed. I used the console to show the hidden (by default) div and was then able to create an options descriptor. This commit is so that Heroku will pick up the change I believe will allow us to create descriptors of type "Option."
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In Firefox 60.0.2 (64-bit), selecting the descriptor type "Option" did not cause option entry fields to be displayed. I used the console to show the hidden (by default) div and was then able to create an options descriptor.
This is a case mismatch of the O in the option value (coincidentally "option") for descriptors of type "Option" in the descriptor.js file. I will create a pull request next since I've already proven the fix.
I only wanted to include the 7/1 change to descriptor.js but I guess I screwed that up. If it's possible to separate a new commit (this fix) from commits I've already made to my own fork so that if H4I wants ONLY the new commit, that's easy, please let me know how to do it.