Files
Desktop/js
lilia 68027dadd4 Fix click handler
var i was being bound in the closure of this click handler, then
incremented by the for loop, such that its value was 1 by the time the
handler was called, so we were grabbing the message body from, e.g.
$("#input1") when we wanted $("#input0").
2014-04-08 23:03:34 -07:00
..
2014-03-26 15:05:09 -04:00
2014-03-26 15:05:09 -04:00
2014-03-22 18:45:01 -04:00
2014-04-04 05:50:46 -04:00
2014-04-08 23:03:34 -07:00
2014-03-26 15:05:09 -04:00