tangy-form
Advanced tools
Comparing version 2.2.7 to 2.2.8
{ | ||
"name": "tangy-form", | ||
"description": "A form element for lazy loaded multipage forms", | ||
"version": "2.2.7", | ||
"version": "2.2.8", | ||
"main": "tangy-form.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -501,5 +501,7 @@ import { PolymerElement, html } from '@polymer/polymer/polymer-element.js'; | ||
request.onreadystatechange = function() { | ||
if (this.readyState == 4 && this.status == 200) { | ||
try { | ||
that.locationList = JSON.parse(this.responseText) | ||
that.render() | ||
} catch(e) { | ||
// Do nothing. Some stages will not have valid JSON returned. | ||
} | ||
@@ -506,0 +508,0 @@ } |
Sorry, the diff of this file is not supported yet
268652
40
5077