synced web2py.js, thanks Jeremy
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.0.9 (2012-09-24 18:09:19) stable
|
||||
Version 2.0.9 (2012-09-24 20:18:26) stable
|
||||
|
||||
@@ -155,7 +155,7 @@ function web2py_component(action, target, timeout, times){
|
||||
web2py_ajax_page('get', action, null, target);
|
||||
} }); }
|
||||
|
||||
function web2py_comet(url,onmessage,onopen,onclose) {
|
||||
function web2py_websocket(url,onmessage,onopen,onclose) {
|
||||
if ("WebSocket" in window) {
|
||||
var ws = new WebSocket(url);
|
||||
ws.onopen = onopen?onopen:(function(){});
|
||||
|
||||
@@ -155,7 +155,7 @@ function web2py_component(action, target, timeout, times){
|
||||
web2py_ajax_page('get', action, null, target);
|
||||
} }); }
|
||||
|
||||
function web2py_comet(url,onmessage,onopen,onclose) {
|
||||
function web2py_websocket(url,onmessage,onopen,onclose) {
|
||||
if ("WebSocket" in window) {
|
||||
var ws = new WebSocket(url);
|
||||
ws.onopen = onopen?onopen:(function(){});
|
||||
|
||||
@@ -70,6 +70,7 @@
|
||||
</li><li>Ian Reinhart Geiser (html helpers)
|
||||
</li><li>Ionel Anton (Romanian translation)
|
||||
</li><li>Jan Beilicke (markmin)
|
||||
</li><li>Jeremy Dillworth
|
||||
</li><li>Jonathan Benn (is_url validator and tests)
|
||||
</li><li>Jonathan Lundell (multiple contributions)
|
||||
</li><li>Josh Goldfoot (xaml/html sanitizer)
|
||||
|
||||
@@ -23,7 +23,7 @@ applications/welcome/controllers/default.py
|
||||
|
||||
# files and folders to exclude from gluon folder (comment with # if needed)
|
||||
IGNORED = """
|
||||
gluon/contrib/comet_messaging.py
|
||||
gluon/contrib/websocket_messaging.py
|
||||
gluon/contrib/feedparser.py
|
||||
gluon/contrib/generics.py
|
||||
gluon/contrib/gql.py
|
||||
|
||||
Reference in New Issue
Block a user