mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Update class for fieldlist widget
This commit is contained in:
parent
fb76ee5606
commit
7a080b7aac
@ -36,7 +36,7 @@ FieldListWidget.prototype.generate = function() {
|
||||
// Set the element
|
||||
this.tag = "div";
|
||||
this.attributes = {
|
||||
"class": "tw-fields"
|
||||
"class": "tw-fieldlist"
|
||||
};
|
||||
// Set up the attributes for the wrapper element
|
||||
var classes = [];
|
||||
|
Loading…
Reference in New Issue
Block a user