disable input
This commit is contained in:
parent
453cb21066
commit
048ce4c97e
|
@ -57,6 +57,7 @@
|
|||
//Disable all default actions
|
||||
e.preventDefault();
|
||||
});
|
||||
$('input', frameBody).attr("disabled", true);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue