mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Break a couple of long lines.
This commit is contained in:
@@ -731,7 +731,9 @@ Activate a modal without writing JavaScript. Set `data-toggle="modal"` on a cont
|
||||
|
||||
Create a modal with a single line of JavaScript:
|
||||
|
||||
{{< highlight js >}}var myModal = new bootstrap.Modal(document.getElementById('myModal'), options){{< /highlight >}}
|
||||
{{< highlight js >}}
|
||||
var myModal = new bootstrap.Modal(document.getElementById('myModal'), options)
|
||||
{{< /highlight >}}
|
||||
|
||||
### Options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user