Closed octalmage closed 10 years ago
filename : app.js line # : 617 tag : todo md5 : b1136c0dfb6fb14475e7fa672e4d66df
// [todo] - Only deselect selected list-items. $("list-item").each(function(index) { $("#" + index)[0].selected = "no"; }); $("#" + id)[0].selected = "yes"; } function loadNote(id) { current = id; if (!noteCache[id]) { buildCache(id); } markdown = noteCache[id]; $("#display").html(markdown);
filename : app.js line # : 617 tag : todo md5 : b1136c0dfb6fb14475e7fa672e4d66df