(ev)
| 4657 | } |
| 4658 | |
| 4659 | function interceptNavigation(ev) { |
| 4660 | applyUrlParams(); |
| 4661 | |
| 4662 | if (ev && ev.preventDefault) { |
| 4663 | ev.preventDefault(); |
| 4664 | } |
| 4665 | |
| 4666 | return false; |
| 4667 | } |
| 4668 | |
| 4669 | function getUrlConfigHtml() { |
| 4670 | var i, |
nothing calls this directly
no test coverage detected