Add an action menu to evaluations

This commit is contained in:
Eelco Dolstra
2013-10-03 01:34:17 +02:00
parent 4fa2821eea
commit 9801cb76db
2 changed files with 13 additions and 5 deletions

View File

@ -58,7 +58,7 @@ $(document).ready(function() {
/* If no tab is active, show the first one. */
$(".nav-tabs").each(function() {
if ($("li.active", this).length > 0) return;
$("a", $("li", this).first()).tab('show');
$("a", $(this).children("li:not(.dropdown)").first()).tab('show');
});
/* Ensure that pressing the back button on another page