mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-09-05 09:38:52 +00:00
Fix the terrible dark mode again
This commit is contained in:
1
assets/js/bootstrap.bundle.js
vendored
Symbolic link
1
assets/js/bootstrap.bundle.js
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
../../node_modules/bootstrap/dist/js/bootstrap.bundle.js
|
1
assets/js/bootstrap.bundle.js.map
Symbolic link
1
assets/js/bootstrap.bundle.js.map
Symbolic link
@@ -0,0 +1 @@
|
||||
../../node_modules/bootstrap/dist/js/bootstrap.bundle.js.map
|
@@ -1,3 +1,6 @@
|
||||
document.querySelectorAll(".onclick-select").forEach(element => {
|
||||
element.addEventListener("click", element.select);
|
||||
});
|
||||
$(function () {
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
})
|
||||
|
1
assets/js/popper.min.js
vendored
1
assets/js/popper.min.js
vendored
@@ -1 +0,0 @@
|
||||
../../node_modules/popper.js/dist/popper.min.js
|
Reference in New Issue
Block a user