mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12: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
|
// Set the element
|
||||||
this.tag = "div";
|
this.tag = "div";
|
||||||
this.attributes = {
|
this.attributes = {
|
||||||
"class": "tw-fields"
|
"class": "tw-fieldlist"
|
||||||
};
|
};
|
||||||
// Set up the attributes for the wrapper element
|
// Set up the attributes for the wrapper element
|
||||||
var classes = [];
|
var classes = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user