Skip to content

Commit

Permalink
cleanup: remove unused JS code
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Dec 26, 2024
1 parent fb4979c commit 16c8c5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
2 changes: 0 additions & 2 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import geoLocation from "./geolocation";
import addressSearch from "./address-search";
import googleTranslate from "./google-translate";
import translateAnalytics from "./translate-analytics.js";
import scrollTo from "./scroll-to";
import stickyTooltip from "./sticky-tooltip";
import timetableScroll from "./timetable-scroll";
import timetableStyle from "./timetable-style";
Expand Down Expand Up @@ -132,7 +131,6 @@ geoLocation();
addressSearch();
googleTranslate();
translateAnalytics();
scrollTo();
tabbedNav();
timetableScroll();
timetableStyle();
Expand Down
38 changes: 0 additions & 38 deletions assets/js/scroll-to.js

This file was deleted.

0 comments on commit 16c8c5e

Please sign in to comment.