Changeset 4
- Timestamp:
- 09/25/08 15:42:15 (22 months ago)
- Files:
-
- 1 modified
-
trunk/jquery.jssm.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery.jssm.js
r3 r4 386 386 getRelativePath: function (from, to, strict) { 387 387 // Check for the fastest scenario. 388 if (from == to ) { return this.getCurrentPage(to); }388 if (from == to && to.indexOf('?') == -1) { return this.getCurrentPage(to); } 389 389 390 390 from = this.getPathTokens(from);
![(please configure the [header_logo] section in trac.ini)](/jssm/chrome/site/your_project_logo.png)