mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-10-04 13:34:33 +00:00
asciidoc-pmg: scan extjs: make onlineHelp struct a const
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2f3c969a90
commit
5c82f3eace
@ -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') {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user