Commit 37ac91dc authored by JC Brand's avatar JC Brand

Bugfix. Two undefined vars (now an issue because of strict mode)

parent ac807ae1
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment