Differences From Artifact [f97a8b5202]:
- File src/fossil.numbered-lines.js — part of check-in [7c98df4158] at 2020-08-18 22:53:21 on branch trunk — Line numbering forum feedback: removed toast message, replaced vague 'lines X-Y' label with 'Copy link to lines X-Y', removed udc=xxx from the generated URL. (user: stephan size: 3970) [more...]
To Artifact [4cb7367499]:
- File src/fossil.numbered-lines.js — part of check-in [0f03f78a8b] at 2020-08-20 22:40:18 on branch trunk — Using parameters to namespace functions in fossil*.js instead of the global "fossil" object. Squishes a complaint by GCC and makes the code a smidge smaller besides. (user: wyoung size: 3965) [more...]
| ︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - + |
urlArgs: (window.location.search||'?')
.replace(/&?\budc=[^&]*/,'') /* "update display prefs cookie" */
.replace(/&?\bln=[^&]*/,'') /* inbound line number/range */
.replace('?&','?'),
start: 0, end: 0
};
|
| ︙ |