signal-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
..
api.js Send-to-self works =D 2014-03-26 15:05:09 -04:00
background.js Send-to-self works =D 2014-03-26 15:05:09 -04:00
fake_api.js tabstabstabstabstabs 2014-03-22 18:45:01 -04:00
helpers.js Fix popup refreshing on send 2014-04-04 05:50:46 -04:00
options.js Fix up a few things so registration works 2014-03-23 13:19:53 -04:00
popup.js Fix click handler 2014-04-08 23:03:34 -07:00
test.js Send-to-self works =D 2014-03-26 15:05:09 -04:00