mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
Fix name of files : in order to manage the use of "&" character in url
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
{% for sJsFile in aPage.aJsFiles %}
|
||||
if (! $.inArray('{{ sJsFile|raw }}',aListJsFiles))
|
||||
{
|
||||
aFilesToLoad{{ sId }}.push('{{ sJsFile|add_itop_version }}');
|
||||
aListJsFiles.push("{{ sJsFile }}");
|
||||
aFilesToLoad{{ sId }}.push('{{ sJsFile|raw|add_itop_version }}');
|
||||
aListJsFiles.push("{{ sJsFile|raw }}");
|
||||
}
|
||||
{% endfor %}
|
||||
var iCurrentIdx{{ sId }} = 0;
|
||||
|
||||
Reference in New Issue
Block a user