Unverified Commit 3c124979 authored by bitsoko's avatar bitsoko Committed by GitHub

Update index.html

parent 6dafdd16
......@@ -1001,7 +1001,7 @@
<li class="doPayEth" style="pointer-events:none;">
<div class="collapsible-header">Pay using ethereum
<!-- Switch -->
<div class="switch" style="pointer-events:all;">
<div class="doPayEth-switch switch" style="pointer-events:all;">
<label>
<input type="checkbox" class="doPayEth-switch">
<span class="lever"></span>
......@@ -1033,7 +1033,7 @@
<li class="doPayMM" style="pointer-events:none;">
<div class="collapsible-header">Pay using mobile money
<!-- Switch -->
<div class="switch" style="pointer-events:all;">
<div class="doPayMM-switch switch" style="pointer-events:all;">
<label>
<input type="checkbox" class="doPayMM-switch">
<span class="lever"></span>
......@@ -1056,7 +1056,7 @@
<li style="display:none;pointer-events:none;" class="doPaycard">
<div class="collapsible-header">Pay using credit card
<!-- Switch -->
<div class="switch" style="pointer-events:all;">
<div class="doPaycard-switch switch" style="pointer-events:all;">
<label>
<input type="checkbox" class="doPaycard-switch">
<span class="lever"></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment