From c9c3ea3b4aaba19eb4ef7a7b97c66c0d9719ae20 Mon Sep 17 00:00:00 2001 From: Roy Calderon Date: Thu, 9 Mar 2017 03:06:58 -0400 Subject: [PATCH] - Replace PATH's for use with polymer serve - Implemented new request with the parent item ASIN to get all options values - Add Quantity option static - Others improvments --- app.html | 4 +-- demo/index.html | 5 ++- font-styles.html | 4 +-- stitch-order-element.html | 2 +- stitch-order-form.html | 23 ++++++------- stitch-order-icons.html | 2 +- stitch-order-request.html | 69 ++++++++++++++++++++++++++++++++++----- 7 files changed, 83 insertions(+), 26 deletions(-) diff --git a/app.html b/app.html index ff06f92..2c36005 100644 --- a/app.html +++ b/app.html @@ -54,7 +54,7 @@ if (!webComponentsSupported) { var script = document.createElement('script'); script.async = true; - script.src = 'bower_components/webcomponentsjs/webcomponents-lite.min.js'; + script.src = '../webcomponentsjs/webcomponents-lite.min.js'; script.onload = onload; document.head.appendChild(script); } else { @@ -64,7 +64,7 @@ - + -
+

Basic stitch-order-element demo