Re: Breadcrumbs
"John P. Rouillard" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Tom: In message <CO3PR08MB79579B9EF3F0B751C5A4AFA0CA379@CO3PR08MB7957.namprd08.prod. outlook.com>, Tom Ekberg writes: >I finally got around to adding breadcrumbs to roundup. This feature >lists a set if issues you viewed recently near the top of the >page. Each issue ID is a link to the issue. I pasted the following >from one of my trackers. Neat. How about posting it to https://wiki.roundup-tracker.org/. Maybe IssueBreadcrumbs as the page name??? The diff you can add as verbatim text. Take a look at: https://wiki.roundup-tracker.org/OneTimePasswords for an example of a picture, diffs and attached files. You can use: https://wiki.roundup-tracker.org/OneTimePasswords?action=raw to see the markup. Let me know if you need a hand. Also you might want to note that window.addEventListener can be used rather than assigning to window.onload. Adding an event listener will allow any existing load events to be called. https://developer.mozilla.org/en-US/docs/Web/API/Window/load_event Also the commented out line: // $(document).ready(function()... looks like it requires jQuery, but I didn't see any other jQuery requirements. Thanks again for sharing your implementation. Have a great weekend. -- -- rouilj John Rouillard =========================================================================== My employers don't acknowledge my existence much less my opinions.