Examples: Make sure layout looks fine, even when using outdated links
@@ -173,7 +173,7 @@
}
- if ( window.location.hash !== '' ) {
+ if ( window.location.hash !== '' && links[ window.location.hash.substring( 1 ) ] ) {
loadFile( window.location.hash.substring( 1 ) );