Skip to content
Snippets Groups Projects

Added autofill from database into text boxes, but now data is taken from wrong...

Closed Sahel Cedighi Chafjiri requested to merge dev into FR18
8 files
+ 26
14
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -15,10 +15,11 @@
@@ -15,10 +15,11 @@
<div class="headerBox" style="display: flex; justify-content: space-between; align-items: center;">
<div class="headerBox" style="display: flex; justify-content: space-between; align-items: center;">
<!-- Left content -->
<!-- Left content -->
<div>
<div>
<h2 id="title"></h2>
<h2 id="title"></h2>
<p>Projekt ledare:</p>
<p>Projekt ledare:</p>
<p>Medlem:</p>
<p id="pLeader"></p>
<p>Medlem:</p>
<p>Medlemar:</p>
 
<p id="pMembers"></p>
<button>+ Lägg till medlem</button>
<button>+ Lägg till medlem</button>
<button>Redigera</button>
<button>Redigera</button>
</div>
</div>
Loading