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