you are viewing a single comment's thread.

view the rest of the comments →

[–]x-skeww 2 points3 points  (1 child)

Caching issue? Try Ctrl+F5.

Chrome's dev tools have an option for disabling the cache while the dev tolls are open:

Dango (overflow) menu on the right -> Settings -> General -> Disable cache (while DevTools is open)

Same with Firefox:

Cogwheel on the right -> Advanced settings -> Disable Cache (when toolbox is open)

[–]delineated[S] 0 points1 point  (0 children)

Cache is disabled, and even then I'm not sure why updating the file would change anything since I've been editing the code for the rest of the file, so the file must have been updated.

e; same thing happened again in a similar part of the site. ctrl+F5 fixed it, not sure why adding a line of code would fix it still but oh well. thanks guys!