(r)
| 479 | } |
| 480 | |
| 481 | function show_data(r) |
| 482 | { |
| 483 | var wnd=window.open("playlist.txt","_blank"); |
| 484 | wnd.document.write(r); |
| 485 | wnd.document.title="playlist.js"; |
| 486 | wnd.document.close(); |
| 487 | } |
| 488 | |
| 489 | |
| 490 | function show_input() |
no test coverage detected