|
@ -67,6 +67,11 @@ $(function () { |
|
|
return false; |
|
|
return false; |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
$(".last-ping").tooltip({ |
|
|
|
|
|
selector: ".label-confirmation", |
|
|
|
|
|
title: 'The word "confirm" found in request body' |
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
function applyFilters() { |
|
|
function applyFilters() { |
|
|
// Make a list of currently checked tags:
|
|
|
// Make a list of currently checked tags:
|
|
|
var checked = []; |
|
|
var checked = []; |
|
@ -177,7 +182,6 @@ $(function () { |
|
|
$(this).removeClass("confirm").tooltip("hide"); |
|
|
$(this).removeClass("confirm").tooltip("hide"); |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('[data-toggle="tooltip"]').tooltip({ |
|
|
$('[data-toggle="tooltip"]').tooltip({ |
|
|
html: true, |
|
|
html: true, |
|
|
container: "body", |
|
|
container: "body", |
|
|