mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Fix another typo from 38fbc4f35a
This commit is contained in:
parent
2b21b74c50
commit
6928c411d6
@ -77,7 +77,7 @@ LinkWidget.prototype.renderLink = function(parent,nextSibling) {
|
||||
}
|
||||
}
|
||||
classes.push(this.linkClasses);
|
||||
} else if(this.overrideClasses !== "")
|
||||
} else if(this.overrideClasses !== "") {
|
||||
classes.push(this.overrideClasses)
|
||||
}
|
||||
if(classes.length > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user