Skip to content

Commit 063ec66

Browse files
committed
add quicktext buttons to blocks generated from files
1 parent f211d10 commit 063ec66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function generateWrapperBlocks(jsonData) {
160160
}
161161

162162
wrapperHtml.push(
163-
'</ul><li class="c-footer">&nbsp;</li></ul>'
163+
'</ul><ul class="c-footer"><li class="c-quicktext">Aa</li></ul></ul>'
164164
);
165165

166166
return wrapperHtml.join('');

0 commit comments

Comments
 (0)