Skip to content

Commit

Permalink
Refactor #1981
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Apr 23, 2021
1 parent 0ff03c8 commit c64ae2a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/carousel/Carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ export class Carousel extends Component {
createStyle() {
if (!this.carouselStyle) {
this.carouselStyle = document.createElement('style');
this.carouselStyle.type = 'text/css';
document.body.appendChild(this.carouselStyle);
}

Expand Down
1 change: 0 additions & 1 deletion src/components/galleria/GalleriaThumbnails.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ export class GalleriaThumbnails extends Component {
createStyle() {
if (!this.thumbnailsStyle) {
this.thumbnailsStyle = document.createElement('style');
this.thumbnailsStyle.type = 'text/css';
document.body.appendChild(this.thumbnailsStyle);
}

Expand Down

0 comments on commit c64ae2a

Please sign in to comment.