HTTP Debug interface tweaks

This commit is contained in:
Paulus Schoutsen 2014-06-05 23:05:13 -07:00
parent 69882ff4cf
commit b09fe4a3a7
3 changed files with 24 additions and 16 deletions

View file

@ -24,10 +24,11 @@ $(function() {
form.find("#service_data").val("");
}
if(el.attr("data-service-autofire")) {
// if it has the attirbute autofire we submit the form
if(el.is("[data-service-autofire]")) {
form.submit();
}
return false;
}).css('cursor', 'pointer')
})
})