Skip to content

Commit

Permalink
performance fix - moving writing tweets to dom outside of loop
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeshed committed Dec 21, 2009
1 parent 050d331 commit 529b193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popup.html
Expand Up @@ -156,8 +156,8 @@
newListItem.appendChild(newText);
newListItem.appendChild(newSpan);
tweetList.appendChild(newListItem);
document.getElementById('tweets').appendChild(tweetList);
};
document.getElementById('tweets').appendChild(tweetList);
}
}
});
Expand Down

0 comments on commit 529b193

Please sign in to comment.