diff --git a/VERSION b/VERSION index ff3646ef..1c3ebcf1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.3 (2011-11-25 21:51:08) dev +Version 1.99.3 (2011-11-25 22:48:55) dev diff --git a/applications/admin/static/js/web2py.js b/applications/admin/static/js/web2py.js index 95f3e2f8..78ec791b 100644 --- a/applications/admin/static/js/web2py.js +++ b/applications/admin/static/js/web2py.js @@ -31,7 +31,7 @@ function web2py_ajax_fields(target) { var datetime_format = (typeof w2p_ajax_datetime_format != 'undefined') ? w2p_ajax_datetime_format : "%Y-%m-%d %H:%M:%S"; jQuery("input.date",target).each(function() {Calendar.setup({inputField:this, ifFormat:date_format, showsTime:false });}); jQuery("input.datetime",target).each(function() {Calendar.setup({inputField:this, ifFormat:datetime_format, showsTime: true, timeFormat: "24" });}); - jQuery("input.time",target).each(function(){alert('x');jQuery(this).timeEntry();alert('y');}); + jQuery("input.time",target).each(function(){jQuery(this).timeEntry();}); }; diff --git a/applications/examples/static/js/web2py.js b/applications/examples/static/js/web2py.js index 95f3e2f8..78ec791b 100644 --- a/applications/examples/static/js/web2py.js +++ b/applications/examples/static/js/web2py.js @@ -31,7 +31,7 @@ function web2py_ajax_fields(target) { var datetime_format = (typeof w2p_ajax_datetime_format != 'undefined') ? w2p_ajax_datetime_format : "%Y-%m-%d %H:%M:%S"; jQuery("input.date",target).each(function() {Calendar.setup({inputField:this, ifFormat:date_format, showsTime:false });}); jQuery("input.datetime",target).each(function() {Calendar.setup({inputField:this, ifFormat:datetime_format, showsTime: true, timeFormat: "24" });}); - jQuery("input.time",target).each(function(){alert('x');jQuery(this).timeEntry();alert('y');}); + jQuery("input.time",target).each(function(){jQuery(this).timeEntry();}); }; diff --git a/applications/welcome/static/js/web2py.js b/applications/welcome/static/js/web2py.js index 95f3e2f8..78ec791b 100644 --- a/applications/welcome/static/js/web2py.js +++ b/applications/welcome/static/js/web2py.js @@ -31,7 +31,7 @@ function web2py_ajax_fields(target) { var datetime_format = (typeof w2p_ajax_datetime_format != 'undefined') ? w2p_ajax_datetime_format : "%Y-%m-%d %H:%M:%S"; jQuery("input.date",target).each(function() {Calendar.setup({inputField:this, ifFormat:date_format, showsTime:false });}); jQuery("input.datetime",target).each(function() {Calendar.setup({inputField:this, ifFormat:datetime_format, showsTime: true, timeFormat: "24" });}); - jQuery("input.time",target).each(function(){alert('x');jQuery(this).timeEntry();alert('y');}); + jQuery("input.time",target).each(function(){jQuery(this).timeEntry();}); };