mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-07-22 11:38:53 +00:00
Update class for fieldlist widget
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user