MCPcopy Create free account
hub / github.com/ActiveState/code / show_input

Function show_input

recipes/JavaScript/578517_Music_player/recipe-578517.js:490–498  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

488
489
490function show_input()
491{
492 g_wnd=window.open("playlist.txt","_blank");
493 var s=g_wnd.document.body.innerHTML;
494 s=s.replace("<PRE>","");
495 s=s.replace("</PRE>","");
496 g_wnd.close();
497 return s;
498}
499
500
501function save_feedback_values()

Callers 1

Calls 3

openMethod · 0.45
replaceMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected