mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 00:29:52 +02:00
Comply to the new rules.
This commit is contained in:
@@ -156,4 +156,4 @@
|
||||
})
|
||||
|
||||
bsCustomFileInput.init()
|
||||
}())
|
||||
})()
|
||||
|
@@ -52,4 +52,4 @@
|
||||
},
|
||||
debug: false // Set debug to true if you want to inspect the dropdown
|
||||
})
|
||||
}())
|
||||
})()
|
||||
|
@@ -13,8 +13,9 @@
|
||||
event.preventDefault()
|
||||
event.stopPropagation()
|
||||
}
|
||||
|
||||
form.classList.add('was-validated')
|
||||
}, false)
|
||||
})
|
||||
}, false)
|
||||
}())
|
||||
})()
|
||||
|
@@ -50,4 +50,4 @@
|
||||
}
|
||||
}
|
||||
})
|
||||
}())
|
||||
})()
|
||||
|
@@ -4,4 +4,4 @@
|
||||
document.querySelector('[data-toggle="offcanvas"]').addEventListener('click', function () {
|
||||
document.querySelector('.offcanvas-collapse').classList.toggle('open')
|
||||
})
|
||||
}())
|
||||
})()
|
||||
|
@@ -2,6 +2,8 @@
|
||||
// IT'S ALL JUST JUNK FOR OUR DOCS!
|
||||
// ++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
/* eslint-disable max-nested-callbacks */
|
||||
|
||||
(function () {
|
||||
'use strict'
|
||||
|
||||
@@ -24,4 +26,4 @@
|
||||
})
|
||||
})
|
||||
}
|
||||
}())
|
||||
})()
|
||||
|
Reference in New Issue
Block a user