()
| 290 | } |
| 291 | |
| 292 | function getCurrentPageURL() { |
| 293 | return decodeURIComponent( |
| 294 | (location.hash || '').replace(/^#/, '') |
| 295 | ); |
| 296 | } |
| 297 | |
| 298 | function updateList() { |
| 299 | var html = []; |
no outgoing calls
no test coverage detected
searching dependent graphs…