Skip to content

Commit

Permalink
Update regScript.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonDunsire authored and GordonDunsire committed Oct 5, 2023
1 parent 8f0fe5a commit e282914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/regScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ function getLanguageIsUsed(languageObject) {
}
function getLanguageIsPublished(entryObject) {
var labelToCheck = "";
if (window.theVocKind = "unconstrained") {
if (window.theVocKind == "unconstrained") {
labelToCheck = "label";
} else {
labelToCheck = "ToolkitLabel";
Expand Down

0 comments on commit e282914

Please sign in to comment.