asciidoc-pmg: scan extjs: make onlineHelp struct a const

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-03-18 10:45:49 +01:00
parent 2f3c969a90
commit 5c82f3eace

View File

@ -575,7 +575,7 @@ if ($clicmd eq 'compile-wiki') {
my $data_str = to_json($res_data, { pretty => 1, canonical => 1 });
chomp $data_str;
print "var proxmoxOnlineHelpInfo = ${data_str};\n";
print "const proxmoxOnlineHelpInfo = ${data_str};\n";
} elsif ($clicmd eq 'chapter-table') {