ARE: properly closed a couple of more statements.
This commit is contained in:
@@ -50,7 +50,7 @@ function generate_form_input_field(form, input, value, disabled, zombie) {
|
|||||||
input_field = new Ext.form.Hidden(input_def);
|
input_field = new Ext.form.Hidden(input_def);
|
||||||
break;
|
break;
|
||||||
case 'label':
|
case 'label':
|
||||||
input_def['fieldLabel'] = ''
|
input_def['fieldLabel'] = '';
|
||||||
input_def['html'] = input['html'];
|
input_def['html'] = input['html'];
|
||||||
input_field = new Ext.form.Label(input_def);
|
input_field = new Ext.form.Label(input_def);
|
||||||
break;
|
break;
|
||||||
@@ -161,7 +161,7 @@ function process_module_opts(mod){
|
|||||||
var label='ui_label';
|
var label='ui_label';
|
||||||
var type = 'type';
|
var type = 'type';
|
||||||
var type_val;
|
var type_val;
|
||||||
var label_val
|
var label_val;
|
||||||
var value;
|
var value;
|
||||||
var type;
|
var type;
|
||||||
var key = value = label = type_val = "";
|
var key = value = label = type_val = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user