Changeset 819
- Timestamp:
- Feb 22, 2011, 9:59:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/js/jsUtil.js
r798 r819 123 123 window.open(url); 124 124 } 125 126 function getContextPath() { 127 var contextPath = '/' + location.pathname.split('/',2)[1] 128 return contextPath 129 }
Note: See TracChangeset
for help on using the changeset viewer.