aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/static/js/bootstrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/static/js/bootstrap.js')
-rw-r--r--ui/static/js/bootstrap.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/static/js/bootstrap.js b/ui/static/js/bootstrap.js
index 95b0a68..4120437 100644
--- a/ui/static/js/bootstrap.js
+++ b/ui/static/js/bootstrap.js
@@ -65,10 +65,6 @@ document.addEventListener("DOMContentLoaded", function () {
request.execute();
}));
- onClick("a[data-link-state=flip]", (event) => {
- flipElementState(event.target);
- }, true);
-
if (document.documentElement.clientWidth < 600) {
onClick(".logo", () => toggleMainMenu());
onClick(".header nav li", (event) => onClickMainMenuListItem(event));