diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-19 17:38:43 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-19 17:38:43 -0500 |
| commit | 4a0eedbd2d71249ce427f9f302b83b0073bfe8cd (patch) | |
| tree | 03a7808d4c7a91ddbd5e1f905fc68419e443b4f4 /StoneIsland/www/index.html | |
| parent | 8e048cfb6d758759b563194ca21eca14d8302800 (diff) | |
prefixfree
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 735b8606..41cd7fc5 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -283,18 +283,18 @@ <input id="checkbox-data-profiling" type="checkbox" name="YooxLetter" value="true" required> <label for="checkbox-data-profiling"></label> </div> - <div class="checkbox-caption"> + <label class="checkbox-caption" for="checkbox-data-profiling"> I agree that YOOX and SPORTSWEAR COMPANY may collect my personal information for marketing purposes (newsletters, news and promotions). - </div> + </label> </div> <div class="checkbox-row"> <div class="checkbox-toggle"> <input type="checkbox" id="checkbox-shopping-data-profiling" name="DataProfiling" value="true" required> <label for="checkbox-shopping-data-profiling"></label> </div> - <div class="checkbox-caption"> + <label class="checkbox-caption" for="checkbox-shopping-data-profiling"> I agree that YOOX NET-A-PORTER GROUP and SPORTSWEAR COMPANY may collect my personal information for creating a profile of my shopping habits. - </div> + </label> </div> </div> </form> @@ -620,6 +620,7 @@ <script src="js/vendor/loader.js"></script> <script src="js/vendor/lodash.min.js"></script> <script src="js/vendor/oktween.js"></script> +<script src="js/vendor/prefixfree.js"></script> <script src="js/vendor/flickity.pkgd.js"></script> <script src="js/vendor/util.js"></script> <script src="js/vendor/view/view.js"></script> |
