-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'start from scratch' sections are not getting revealed #53
Comments
Can you give a specific example? All the guides I looked at have a section called "Build with Maven" and "Build with Gradle", both of which have |
ok, here is one : rest-service-cors and here's a screenshot for the section that I mean for clarification : |
Right, and that's the same as I see (there is no "start from scratch" section). What is it that doesn't work as expected? |
when you click on 'Build with Gradle' for example, no thing happens where it should reveal the section (the accordion) that talks about building with gradle... right? |
Works for me. Do you have any errors in the network (404 etc on scripts that didn't download)? |
BTW I have the identical version of Chrome, so I would say either your network environment is different (more constrained), or you have Chrome extensions that break this for you. |
Most of the guides with 'start from scratch' section are not getting revealed when you click on them like 'Build with Maven', I opened the console and found the following error:
Uncaught TypeError: Cannot read property 'innerHTML' of null
more specifically on
main.js
line1867
after prettifying :using Chrome version 60.0.3112.113
The text was updated successfully, but these errors were encountered: