Skip to content

Commit

Permalink
CLeanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoss committed Jul 1, 2024
1 parent 62bfb3e commit 7a4c544
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/news-aggregator.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ function createNews() {

target.innerHTML = '';
news.forEach(function (item) {
console.log(item)
let bild = getTeaserImage(item);

let external = (!item.url.includes(getCurrentUrl())) ? '<i class="material-icons m-mi-pulse-teaser--external">open_in_new</i>' : '';
Expand Down

0 comments on commit 7a4c544

Please sign in to comment.