Advertisement
gyrospring

✒ 0017.0012 global-variables.js Snippet

Aug 23rd, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var G_PagePath = window.location.pathname.toLowerCase ( ); G_PagePath = G_PagePath.replace( 'index.html', '' );
  2. if ( G_PagePath.length > 1 ) { if ( G_PagePath.substring( G_PagePath.length - 1, G_PagePath.length ) == '/' ) { G_PagePath = G_PagePath.substring( 0, G_PagePath.length - 1 ); } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement