From 448c0b5bc94a413f755a79eeac921b1bb0841dfd Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:16:56 -0400 Subject: [PATCH] spelling: bootstrap Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/theme/frio/js/theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index 505a17529..990fd38b1 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -51,7 +51,7 @@ $(document).ready(function () { $("#tabmenu ul li a.active").parent("li").addClass("active"); } - // give select fields an boostrap classes + // give select fields Bootstrap classes // @todo: this needs to be changed in friendica core $(".field.select, .field.custom").addClass("form-group"); $(".field.select > select, .field.custom > select").addClass("form-control"); @@ -121,7 +121,7 @@ $(document).ready(function () { } }); - // initialize the bootstrap tooltips + // initialize the Bootstrap tooltips $body.tooltip({ selector: '[data-toggle="tooltip"]', container: "body",