Skip to content

Commit

Permalink
remove relative time utils
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Dec 18, 2024
1 parent f4f9f14 commit fe2a8ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
3 changes: 1 addition & 2 deletions assets/js/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Modal, Tooltip } from "bootstrap"
import Sortable from 'sortablejs';
import { setIdeaLabelBackgroundColor } from "./label"
import { getRelativeTimeString } from "./timeUtils"
import { setIdeaLabelBackgroundColor } from "./label";
// activate all tooltips:
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]');
[...tooltipTriggerList].map(tooltipTriggerEl => new Tooltip(tooltipTriggerEl));
Expand Down
13 changes: 0 additions & 13 deletions assets/js/timeUtils.js

This file was deleted.

0 comments on commit fe2a8ee

Please sign in to comment.