Skip to content

Commit

Permalink
fixed simple mode, using correct data model version
Browse files Browse the repository at this point in the history
  • Loading branch information
klues committed Feb 1, 2018
1 parent d2efe66 commit d7d10a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1 id="heading">AsTeRICS Ergo</h1>
<script type="application/javascript">

//get and check data
var data = parseJson(decodeURIComponent(getWebappData('envControl', 'ecdata')));
var data = parseJson(decodeURIComponent(getWebappData('envControl', 'ecdata1.1.0')));
if (MODE_COMPATIBILITY) {
removeElement('backbutton');
removeElement('scanningDiv1');
Expand Down

0 comments on commit d7d10a2

Please sign in to comment.