mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 05:05:50 +00:00
Redo last commit since merge and fixed lowercase support
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
|||||||
//Browserify was used to create domain-verifier-bundle.js so that we can use 'require' in the browser
|
//Webpack was used to create domain-verifier-bundle.js so that we can use 'require' in the browser
|
||||||
|
|
||||||
const codec = require("ripple-binary-codec");
|
const codec = require("ripple-binary-codec");
|
||||||
const addressCodec = require("ripple-address-codec");
|
const addressCodec = require("ripple-address-codec");
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input id="manifest" type="text" class="form-control" required
|
<input id="manifest" type="text" class="form-control" required
|
||||||
placeholder="Your Manifest Here"
|
placeholder="Your Manifest Here"
|
||||||
pattern="[0-9A-F]+"><br>
|
pattern="[0-9A-Fa-f]+"><br>
|
||||||
<button class="btn btn-primary form-control">Check Domain Verification</button>
|
<button class="btn btn-primary form-control">Check Domain Verification</button>
|
||||||
</div><!--/.input-group-->
|
</div><!--/.input-group-->
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user