Merged in new-onepercent (pull request #57)
block pembiayaan copy paste
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
Pembiayaan
|
||||
</div>
|
||||
<div class="col-7 input-group">
|
||||
<input type="text" class="form-control" onkeypress="return validateFloatKeyPress(this,event);" name="pinjaman" id="pinjaman">
|
||||
<input type="text" class="form-control" onpaste="return false;" ondrop="return false;" onkeypress="return validateFloatKeyPress(this,event);" name="pinjaman" id="pinjaman">
|
||||
<div class="input-group-append">
|
||||
<span class="input-group-text span-pinjaman">0 %</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user