mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix #1616 Suggested values editing not working on mozilla firefox
This commit is contained in:
@@ -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 ) {
|
||||
|
Reference in New Issue
Block a user