Changes between Initial Version and Version 1 of Ticket #1501
- Timestamp:
- 10/25/10 20:39:55 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #1501 – Description
initial v1 18 18 For absolute urls, the "path" component of the parse_url result is "/" 19 19 20 The solution is to replace $comp[ "path"] with an intermediate variable which is set to:20 The solution is to replace $comp[["path"]] with an intermediate variable which is set to: 21 21 * Initial task pane url if it is absolute 22 * $comp[ "path"] if it relative22 * $comp[["path"]] if it relative 23 23