spelling: bootstrap
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
48427bb20e
commit
448c0b5bc9
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ $(document).ready(function () {
|
||||||
$("#tabmenu ul li a.active").parent("li").addClass("active");
|
$("#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
|
// @todo: this needs to be changed in friendica core
|
||||||
$(".field.select, .field.custom").addClass("form-group");
|
$(".field.select, .field.custom").addClass("form-group");
|
||||||
$(".field.select > select, .field.custom > select").addClass("form-control");
|
$(".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({
|
$body.tooltip({
|
||||||
selector: '[data-toggle="tooltip"]',
|
selector: '[data-toggle="tooltip"]',
|
||||||
container: "body",
|
container: "body",
|
||||||
|
|
Loading…
Reference in a new issue