1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

Feature #3748: Fix escapeDoubleQuotes TODO in vdcs-tab

This commit is contained in:
Carlos Martín 2015-06-05 10:26:16 +02:00
parent 99e10626d8
commit 614a8f7977

View File

@ -307,7 +307,7 @@ define(function(require) {
$('[wizard_field="NAME"]',context).val(
element.NAME). // TODO escapeDoubleQuotes(htmlDecode( element.NAME ))).
TemplateUtils.escapeDoubleQuotes( TemplateUtils.htmlDecode(element.NAME) )).
prop("disabled", true).
prop('wizard_field_disabled', true);