Skip to main content
Code Review

Return to Revisions

2 of 2
replaced http://stackoverflow.com/ with https://stackoverflow.com/

It's more of a best practices thing than an actual issue, but you should usually use === instead of == when doing comparisons. === is a "strict" comparison, and is a little more predictable in its behavior. This StackOverflow answer is an excellent explanation of why, if you're curious.

default

AltStyle によって変換されたページ (->オリジナル) /