consistent quotes

This commit is contained in:
Tim Richardson
2014-11-24 23:40:45 +11:00
parent a82d3f88b6
commit 7a6bdf7cbd

View File

@@ -1882,7 +1882,7 @@ class SQLFORM(FORM):
var $value_item = jQuery('#%(value_id)s_'+b);
if ($value_item.is(':checkbox')){
if ($value_item.is(':checked'))
value = "on";
value = 'on';
else value = 'off';
}
else