HTTP Debug interface tweaks
This commit is contained in:
parent
69882ff4cf
commit
b09fe4a3a7
3 changed files with 24 additions and 16 deletions
|
@ -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')
|
||||
})
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue