mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-17 17:08:37 +00:00
Fixed review
This commit is contained in:
parent
3b81212674
commit
68e0efffb8
2 changed files with 8 additions and 8 deletions
|
@ -56,13 +56,13 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h3>{{ 'config.form_settings.android_configuration'|trans }}</h3>
|
<h3>{{ 'config.form_settings.android_configuration'|trans }}</h3>
|
||||||
<a href="wallabag://{{ app.user.username }}@{{ wallabag_url }}" >Touch here to prefill your Android application</a>
|
<a href="wallabag://{{ app.user.username }}@{{ wallabag_url }}" >Touch here to prefill your Android application</a>
|
||||||
<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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue