Skip to content

Commit afe2602

Browse files
committed
Removing some unuseful text
it was for tasting the div
1 parent c9798c9 commit afe2602

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

js/channelSelect.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ let channelSelect = (c, name) => {
4949
// Creates the loading dots
5050
var container = document.createElement('div'); // Centred container
5151
var loadingDots = document.createElement('div') // Loading dots
52-
loadingDots.innerHTML = 'Loading...';
5352
loadingDots.classList.add('dot-bricks')
5453
container.style.position = "absolute";
5554
container.style.top = "50%";

0 commit comments

Comments
 (0)