Skip to content

Commit

Permalink
Remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 16, 2023
1 parent dd62fbd commit 4e91dcc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ export default {
this.sidebarActive = false;
DomHandler.unblockBodyScroll('blocked-scroll');
},
hideNews(event) {
this.$appState.newsActive = false;
sessionStorage.setItem('primevue-news-hidden', 'true');
event.stopPropagation();
},
isOutdatedIE() {
let ua = window.navigator.userAgent;
Expand All @@ -85,9 +80,6 @@ export default {
return false;
},
redirect() {
window.location.href = 'https://blocks.primevue.org';
},
onConfigButtonClick() {
this.appConfigActive = true;
},
Expand Down

0 comments on commit 4e91dcc

Please sign in to comment.