Revision: 64553
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 22, 2013 02:17 by ef
Initial Code
if (!window.location.pathname.match(/^\/path/)) { // code }
Initial URL
Initial Description
Executes code only for locations other than specified.
Initial Title
Run given code only for other paths
Initial Tags
Initial Language
JavaScript