- Timestamp:
- 10/17/12 16:35:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/htmlform/templates/widgets.js
r511 r514 3 3 var pathbits = window.location.pathname.split( '/' ); 4 4 for ( i = 0; i <= pathbits.length-2; i++ ) { 5 mypath += pathbits[i]; 6 mypath += "/"; 5 if (pathbits[i] != 'cgi-bin') { 6 mypath += pathbits[i]; 7 mypath += "/"; 8 } 7 9 } 8 10 return mypath;
Note:
See TracChangeset
for help on using the changeset viewer.