Initial cleanup
This commit is contained in:
parent
b1d3267cc7
commit
4764e1c39a
15 changed files with 26 additions and 2450 deletions
|
|
@ -168,7 +168,7 @@ class JsonpFilter extends BroadcastFilter[String] with Logging {
|
|||
message = m.substring(m.indexOf("__") + 2)
|
||||
}
|
||||
|
||||
("<script type='text/javascript'>\n (window.app || window.parent.app).update({ name: \"" +
|
||||
new BroadcastFilter.BroadcastAction("<script type='text/javascript'>\n (window.app || window.parent.app).update({ name: \"" +
|
||||
name + "\", message: \"" + message + "\" }); \n</script>\n")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue