Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
$("#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");
}
});
- // initialize the bootstrap tooltips
+ // initialize the Bootstrap tooltips
$body.tooltip({
selector: '[data-toggle="tooltip"]',
container: "body",