|
@@ -198,6 +198,11 @@ $(document).ready(function(){
|
|
|
$(".btn-sm").addClass('btn-default');
|
|
|
}
|
|
|
});
|
|
|
+ $(".nav-tabs").click(function(a) {
|
|
|
+ var tabs = $(a.target).parents("ul");
|
|
|
+ tabs.children().attr("aria-selected", "false");
|
|
|
+ $(a.target).parent().attr("aria-selected", "true");
|
|
|
+ });
|
|
|
});
|
|
|
;/**
|
|
|
* searx is free software: you can redistribute it and/or modify
|