Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #55 from drHyperion451/dev
Browse files Browse the repository at this point in the history
fix error
  • Loading branch information
u-RraaLL authored Jan 17, 2024
2 parents 90e061b + cc60c94 commit 521ec7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/quick_filter_button_change.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ async function quickFilterButtonChange(dateiso){
if (secondsPast < 3600*14){ // 14h
btn_element.setAttribute('onclick', `window.location='${url_manual}';`);
}
};

}

export { quickFilterButtonChange }

0 comments on commit 521ec7b

Please sign in to comment.