aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/forms
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-07-17 11:29:30 +0300
committerXhmikosR <[email protected]>2019-07-17 14:52:11 +0300
commite4dc6b84b1abab55971bda4802bf875b6a38aed9 (patch)
treec6ee6f6ed1f335962d0e821f36a0babb45a84c9c /site/content/docs/4.3/forms
parent9be99c9b347fa8c6983b83a0795c99cd14806c8e (diff)
downloadbootstrap-e4dc6b84b1abab55971bda4802bf875b6a38aed9.tar.xz
bootstrap-e4dc6b84b1abab55971bda4802bf875b6a38aed9.zip
Move inline JS to application.js.
Diffstat (limited to 'site/content/docs/4.3/forms')
-rw-r--r--site/content/docs/4.3/forms/checks.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/site/content/docs/4.3/forms/checks.md b/site/content/docs/4.3/forms/checks.md
index 5c1110858..34369b80f 100644
--- a/site/content/docs/4.3/forms/checks.md
+++ b/site/content/docs/4.3/forms/checks.md
@@ -14,13 +14,6 @@ Structurally, our `<input>`s and `<label>`s are sibling elements as opposed to a
Our checks use custom Bootstrap icons to indicate checked or indeterminate states.
-<script>
-document.addEventListener("DOMContentLoaded", function() {
- var checkbox = document.getElementById("flexCheckIndeterminate");
- checkbox.indeterminate = true;
-});
-</script>
-
## Checks
{{< example >}}