fixed position of new friendsTan
This commit is contained in:
parent
826aba6825
commit
b5619342d0
@ -14,8 +14,8 @@ async function getNewUniqueLink() {
|
|||||||
body: phpSessionForm
|
body: phpSessionForm
|
||||||
});
|
});
|
||||||
var jsonFirstFetch = await firstFetch.json();
|
var jsonFirstFetch = await firstFetch.json();
|
||||||
var content = document.getElementById('content');
|
var genTan = document.getElementById('genTan');
|
||||||
content.innerHTML = `${jsonFirstFetch.html}`;
|
genTan.innerHTML = "Das ist deine neue friendsTAN: " + `${jsonFirstFetch.html}`;
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log("Server nicht erreichbar.");
|
console.log("Server nicht erreichbar.");
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
<h4>Take a look in your FriendsBook!</h4>
|
<h4>Take a look in your FriendsBook!</h4>
|
||||||
<hr />
|
<hr />
|
||||||
<button id="btnCreateTan" type="button" style="float: right;"class="btn btn-info">Erstelle Tan</button>
|
<button id="btnCreateTan" type="button" style="float: right;"class="btn btn-info">Erstelle Tan</button>
|
||||||
<h5>Want more entrys? go and invite your friends with the friendsTAN</h5><div id="genTan">Das ist deine neue friendsTAN: 100</div>
|
<h5>Want more entrys? go and invite your friends with the friendsTAN</h5>
|
||||||
|
<div id="genTan"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card-columns">
|
<div class="card-columns">
|
||||||
|
Loading…
Reference in New Issue
Block a user