diff options
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 410bd36d..be6502e4 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -193,15 +193,6 @@ </div> </div> - <div id="selector"> - <span class="close"></span> - <div class="options"> - <script type="text/html" class="template"> - <span data-id="{{id}}">{{value}}</span> - </script> - </div> - </div> - <!-- ACCOUNT ================================================ --> @@ -364,9 +355,16 @@ </div> - <div id="curtain"></div> + <div id="selector"> + <div class="options"> + <script type="text/html" class="template"> + <div data-id="{{id}}">{{label}}</div> + </script> + </div> + </div> + </div> <script type="text/html" id="creditcard_template"> |
