Skip to content
Snippets Groups Projects
Commit 3d7ff2d2 authored by Eric Bremner's avatar Eric Bremner
Browse files

Adding back tabs js

parent c3d0ce09
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,6 @@
Drupal.behaviors.multitypelist = {
attach: function (context, settings) {
/*
window.addEventListener("DOMContentLoaded", () => {
const tabs = document.querySelectorAll('[role="tab"]');
const tabList = document.querySelector('[role="tablist"]');
......@@ -224,7 +223,6 @@
.removeAttribute("hidden");
}
*/
}
};
})(jQuery, Drupal);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment