diff --git a/docs/javascript.html b/docs/javascript.html index f136688772..c61c0bc4fd 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -224,7 +224,7 @@ $('#myModal').on('show', function (e) {
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem.
This button should trigger a popover on hover.
+This button should trigger a popover on click.
This link and that link should have tooltips on hover.
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 0406fd769c..88ddbf6e0a 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -154,7 +154,7 @@ $('#myModal').on('show', function (e) {Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem.
{{_i}}This button should trigger a popover on hover.{{/i}}
+{{_i}}This button should trigger a popover on click.{{/i}}
{{_i}}This link and that link should have tooltips on hover.{{/i}}