UNPKG

@titanium/turbo

Version:

<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>

8 lines (7 loc) 234 B
function WPATH(s) { var index = s.lastIndexOf('/'); var path = index === -1 ? '<%= WIDGETID %>/' + s : s.substring(0, index) + '/<%= WIDGETID %>/' + s.substring(index + 1); return path.indexOf('/') !== 0 ? '/' + path : path; }