mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-08 10:12:37 -08:00
Update class for fieldlist widget
This commit is contained in:
parent
fb76ee5606
commit
7a080b7aac
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue