|
@@ -59,10 +59,6 @@
|
|
|
<div class="container">
|
|
|
<div id="mySidenav" class="sidenav">
|
|
|
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
|
|
|
- <a href="#">About</a>
|
|
|
- <a href="#">Services</a>
|
|
|
- <a href="#">Clients</a>
|
|
|
- <a href="#">Contact</a>
|
|
|
</div>
|
|
|
<form action="/step_questions/submit" method="post" id="msform">
|
|
|
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰ open</span>
|
|
@@ -143,10 +139,11 @@
|
|
|
}
|
|
|
var step2;
|
|
|
for (step2 = 1; step2 <= 10; step2++) {
|
|
|
- $(".imgsrc"+step2).val(loaded_data.find(item => item.id == tid).image_urls[step-1])
|
|
|
+ $(".imgsrc"+step2).val(loaded_data.find(item => item.id == tid).image_urls[step2-1])
|
|
|
}
|
|
|
|
|
|
}
|
|
|
+
|
|
|
</script>
|
|
|
<style>
|
|
|
#myProgress {
|