Fixed security fail filling the plugin fields
This commit is contained in:
parent
e202ab1f7e
commit
0ec93011da
|
@ -833,7 +833,7 @@ ui_require_javascript_file('pandora_modules');
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$('#command_preview').html(command+' '+parameters);
|
$('#command_preview').html(_.escape(command) + ' ' + _.escape(parameters));
|
||||||
}
|
}
|
||||||
|
|
||||||
function show_locked_dialog(id_plugin, plugin_name) {
|
function show_locked_dialog(id_plugin, plugin_name) {
|
||||||
|
|
Loading…
Reference in New Issue