webapp: Adjust longpoll code to work with recent versions of shakespeare-js.
A while ago I added code to support recent versions of shakespeare-js,
(commit fe11b3a940
). But it seems that resulted
in quoting of all strings inserted into javascript files, which means it's
now impossible to do the type of metaprogramming that longpolling.julius
relied on. I have found another way to accomplish the same thing without
needing to generate unique function names. Hopefully it's portable.
Opinion of shakespeare-js now at rock bottom. One of these days, this
needs to be redone to use Fay.
This commit is contained in:
parent
ce6e046525
commit
c548a6a39c
3 changed files with 19 additions and 8 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -9,6 +9,8 @@ git-annex (3.20130108) UNRELEASED; urgency=low
|
|||
* webapp: Use IP address, rather than localhost, since some systems may
|
||||
have configuration problems or other issues that prevent web browsers
|
||||
from connecting to the right localhost IP for the webapp.
|
||||
* webapp: Adjust longpoll code to work with recent versions of
|
||||
shakespeare-js.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 08 Jan 2013 12:37:38 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue