Live data from Hacker News

HTML Boilerplates

htmlboilerplates.com

1–9 of 9 posts

Re: HTML Boilerplates

#3

$('.loader').removeClass().addClass(text); This function has a dependency on jQuery, even if I have "jQuery" unchecked. It's a simple enough function that you may consider replacing it with pure JS.

Hey thanks so much! I have added "jQuery required" for now and will update to a cleaner solution later tonight.

Re: HTML Boilerplates

#6
Found a bug.

1. Turn on Default Cookie notice

2. Visit another site - say google.com typing the url in address bar

3. Hit back button from google to this site

4. Default cookie notice is enabled, but boiler plate code is removed

5. Now Default cookie notice option is kinda reversed. (on - removes boilerplate & off adds boilerplate)

Re: HTML Boilerplates

#8
post #6

Found a bug. 1. Turn on Default Cookie notice 2. Visit another site - say google.com typing the url in address bar 3. Hit back button from google to this site 4. Default cookie notice is enabled, but boiler plate code is removed 5. Now Default cookie notice option is kinda reversed. (on - removes boilerplate & off adds boilerplate)

Hey thanks for reporting it. Not sure if there is a solution for this but I am looking into it.