analyse icon indicating copy to clipboard operation
analyse copied to clipboard

Fix the template for the hints page

Open stof opened this issue 4 years ago • 0 comments

The old code was rendering a <splittedModule> HTML tag, not defining a variable. And this broke then when trying to use the splittedModule variable as it would be undefined.

An alternative fix would have been to define the variable using - var splittedModule = item.module.name.split("!"). but as the variable was used only once, I removed it (which is consistent with other places doing such split in the file)

stof avatar Feb 23 '21 14:02 stof