You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-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").
11 years ago
..
api.js Send-to-self works =D 11 years ago
background.js Send-to-self works =D 11 years ago
fake_api.js tabstabstabstabstabs 11 years ago
helpers.js Fix popup refreshing on send 11 years ago
options.js Fix up a few things so registration works 11 years ago
popup.js Fix click handler 11 years ago
test.js Send-to-self works =D 11 years ago