You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In template.html, the script lines with this structure: $$("#type__$id option[value$$=$field['type']]").attr("selected","selected");
have no closing square parentheses ']'. This causes a syntax error when trying to modify the template since values are not loaded correctly.
This error is present in every version of CLEF currently available, so even after the correction in the new one it might happen that someone still encounters it.
The text was updated successfully, but these errors were encountered:
In template.html, the script lines with this structure:
$$("#type__$id option[value$$=$field['type']]").attr("selected","selected");
have no closing square parentheses ']'. This causes a syntax error when trying to modify the template since values are not loaded correctly.
This error is present in every version of CLEF currently available, so even after the correction in the new one it might happen that someone still encounters it.
The text was updated successfully, but these errors were encountered: