This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function startStalking($,stalked) | |
| { | |
| if (stalked === true) return; | |
| var stalker_url = base_url+'api/stalker'; | |
| var stalkerTarget = {}; | |
| var index = 0; //first occurence of an element will be sent | |
| //get primcipal details | |
| //get sponsor details |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> | |
| <link href="cmn/sprint4G.css" rel="stylesheet" type="text/css" /> | |
| <link href="cmn/colorbox.css" rel="stylesheet" type="text/css"/> | |
| <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
| <!-- | |
| <title>Smart 4G LTE USB Modem</title> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <select> | |
| <option>ABUJA FCT</option> | |
| <option>ABIA</option> | |
| <option>ADAMAWA</option> | |
| <option>AKWA IBOM</option> | |
| <option>ANAMBRA</option> | |
| <option>BAUCHI</option> | |
| <option>BAYELSA</option> | |
| <option>BENUE</option> | |
| <option>BORNO</option> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <select class="form-control " id="bank"> | |
| <option selected>Choose</option> | |
| <option value="access">Access Bank</option> | |
| <option value="citibank">Citibank</option> | |
| <option value="diamond">Diamond Bank</option> | |
| <option value="ecobank">Ecobank</option> | |
| <option value="fidelity">Fidelity Bank</option> | |
| <option value="firstbank">First Bank</option> | |
| <option value="fcmb">First City Monument Bank (FCMB)</option> | |
| <option value="gtb">Guaranty Trust Bank (GTB)</option> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| margin: 0; | |
| font-family: Lato; | |
| } | |
| .container { | |
| display: grid; | |
| grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); | |
| height: 100vh; | |
| } |
OlderNewer