Update index.html
This commit is contained in:
parent
72368a201f
commit
4cac020b6d
@ -841,10 +841,12 @@
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<button id="inputTextBtn3" class="btn set-btn">Add</button>
|
||||
<button id="inputTextBtn3" class="btn set-btn" onclick="stockValidate()">Add</button>
|
||||
|
||||
</div>
|
||||
|
||||
<p id="demo" style="display: none"></p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@ -1313,10 +1315,12 @@
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<button id="inputTextBtn4" class="btn set-btn">Add</button>
|
||||
<button id="inputTextBtn4" class="btn set-btn" onclick="cryptoValidate()">Add</button>
|
||||
|
||||
</div>
|
||||
|
||||
<p id="demo2" style="display: none"></p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@ -1787,10 +1791,12 @@
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<button id="inputTextBtn5" class="btn set-btn">Add</button>
|
||||
<button id="inputTextBtn5" class="btn set-btn" onclick="forexValidate()">Add</button>
|
||||
|
||||
</div>
|
||||
|
||||
<p id="demo3" style="display: none"></p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@ -2259,10 +2265,12 @@
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<button id="inputTextBtn6" class="btn set-btn">Add</button>
|
||||
<button id="inputTextBtn6" class="btn set-btn" onclick="currentWeatherValidate()">Add</button>
|
||||
|
||||
</div>
|
||||
|
||||
<p id="demo6" style="display: none"></p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@ -2683,10 +2691,12 @@
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<button id="inputTextBtn7" class="btn set-btn">Add</button>
|
||||
<button id="inputTextBtn7" class="btn set-btn" onclick="dailyWeatherValidate()">Add</button>
|
||||
|
||||
</div>
|
||||
|
||||
<p id="demo7" style="display: none"></p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@ -5497,10 +5507,12 @@
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<button id="inputTextBtn13" class="btn set-btn">Add</button>
|
||||
<button id="inputTextBtn13" class="btn set-btn" onclick="customMsgValidate()">Add</button>
|
||||
|
||||
</div>
|
||||
|
||||
<p id="demo4" style="display: none"></p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@ -5649,6 +5661,8 @@
|
||||
|
||||
</div>
|
||||
|
||||
<p id="demo5” style="display: none"></p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user