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

Function save_playlist

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

Source from the content-addressed store, hash-verified

424}
425
426function save_playlist()
427{
428 var i=0;
429 var s="";
430 for (i=0;i<a_playlist.length;i++)
431
432 {
433 s+=a_playlist[i]+";";
434 }
435 SetCookie("playlist",s);
436}
437
438function exit_playlist()
439{

Callers 1

redraw_playlistFunction · 0.85

Calls 1

SetCookieFunction · 0.85

Tested by

no test coverage detected