removed unwanted alerts, thanks Anthony

This commit is contained in:
Massimo Di Pierro
2011-11-25 22:48:59 -06:00
parent 72651cf893
commit 06916d682b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.3 (2011-11-25 21:51:08) dev
Version 1.99.3 (2011-11-25 22:48:55) dev
+1 -1
View File
@@ -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();});
};
+1 -1
View File
@@ -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();});
};
+1 -1
View File
@@ -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();});
};