1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

Fixed review

This commit is contained in:
Nicolas Lœuillet 2016-10-31 17:20:27 +01:00
parent 3b81212674
commit 68e0efffb8
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A
2 changed files with 8 additions and 8 deletions

View file

@ -61,7 +61,7 @@
<img id="androidQrcode" /> <img id="androidQrcode" />
<script> <script>
const imgBase64 = jrQrcode.getQrBase64('wallabag://{{ app.user.username }}@{{ wallabag_url }}'); const imgBase64 = jrQrcode.getQrBase64('wallabag://{{ app.user.username }}@{{ wallabag_url }}');
document.getElementById('androidQrcode').src=imgBase64; document.getElementById('androidQrcode').src = imgBase64;
</script> </script>
</div> </div>
</fieldset> </fieldset>

View file

@ -79,7 +79,7 @@
</div> </div>
<script> <script>
const imgBase64 = jrQrcode.getQrBase64('wallabag://{{ app.user.username }}@{{ wallabag_url }}'); const imgBase64 = jrQrcode.getQrBase64('wallabag://{{ app.user.username }}@{{ wallabag_url }}');
document.getElementById('androidQrcode').src=imgBase64; document.getElementById('androidQrcode').src = imgBase64;
</script> </script>
</div> </div>