Fix #1616 Suggested values editing not working on mozilla firefox

This commit is contained in:
Nicolas Le Goff
2013-12-06 15:46:26 +01:00
parent 4177919245
commit 4e3abb9044

View File

@@ -809,7 +809,7 @@ pref["{{ value['key']|escapeDoubleQuote|raw }}"].valsug["{{ value['value']|escap
function getSruct()
{
var dom = document.implementation.createDocument(null, 'baseprefs');
var dom = document.implementation.createDocument(null, 'baseprefs', null);
var values = dom.createElement('sugestedValues');
for (a in pref ) {