spring-guides / gs-spring-boot

Building an Application with Spring Boot :: Learn how to build an application with minimal configuration.
https://spring.io/guides/gs/spring-boot/
Apache License 2.0
890 stars 4.51k forks source link

Build with Maven: section is empty #28

Closed php-coder closed 6 years ago

php-coder commented 8 years ago

I've found out that section Build with Maven in this tutorial is empty. The same problem with neighbor sections about Gradle/IDE. I'm using Firefox 46.0.1 if it matters.

dsyer commented 8 years ago

Works for me. Try another browser? (You have to click on the arrow to the left to unfold the folded sections, remember.)

php-coder commented 8 years ago

Works for me. Try another browser?

:-|

(You have to click on the arrow to the left to unfold the folded sections, remember.)

It doesn't matter where I'm clicking.

I'm inspecting <div> and they're empty. In the developer's console I see a warning when loading https://spring.io/5f6257c/app/main.js: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create.

gregturn commented 8 years ago

@php-coder In your browser, are you able to clear local storage for the site? The toggle option stores a tiny bit of text to remember your choice.

php-coder commented 8 years ago

Hm.. works for me on Firefox 47 and Safari under Mac.

@php-coder In your browser, are you able to clear local storage for the site?

@gregturn I'll try it tomorrow.

php-coder commented 8 years ago

@gregturn local storage is empty.

php-coder commented 8 years ago

P.S. @gregturn but after executing localStorage.clear() in the WebConsole it works!