Random changes

This commit is contained in:
jacktjong
2022-11-01 15:58:55 +01:00
parent 4bb7b02a96
commit 006e91e1a7
6 changed files with 111 additions and 54 deletions

View File

@@ -72,7 +72,7 @@ block.fn.tweets = function(config) {
}, config);
// create the necessary HTML in the block container
this.$element.append('<ol class="tweet-list stream-items"></ol>');
//this.$element.append('<ol class="tweet-list stream-items"></ol>');
// store list for later
var $list = this.$element.find('ol');