1
0
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:
Jeremy Ruston 2013-06-04 12:01:40 +01:00
parent fb76ee5606
commit 7a080b7aac

View File

@ -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 = [];