Bugfix. Two undefined vars (now an issue because of strict mode)
This commit is contained in:
parent
ac807ae180
commit
37ac91dc1e
@ -2024,7 +2024,7 @@
|
||||
$fields = $stanza.find('field'),
|
||||
title = $stanza.find('title').text(),
|
||||
instructions = $stanza.find('instructions').text(),
|
||||
i, j, options=[];
|
||||
i, j, options=[], $field, $options;
|
||||
var input_types = {
|
||||
'text-private': 'password',
|
||||
'text-single': 'textline',
|
||||
|
Loading…
Reference in New Issue
Block a user