Avoid spurious request for /qr?text={{myID}} (fixes #1679)
This commit is contained in:
@@ -463,7 +463,7 @@
|
|||||||
|
|
||||||
<modal id="idqr" large="yes" status="info" close="yes" icon="qrcode" title="{{'Device Identification' | translate}} — {{deviceName(thisDevice())}}">
|
<modal id="idqr" large="yes" status="info" close="yes" icon="qrcode" title="{{'Device Identification' | translate}} — {{deviceName(thisDevice())}}">
|
||||||
<div class="well well-sm text-monospace text-center">{{myID}}</div>
|
<div class="well well-sm text-monospace text-center">{{myID}}</div>
|
||||||
<img ng-if="myID" class="center-block img-thumbnail" src="qr/?text={{myID}}"/>
|
<img ng-if="myID" class="center-block img-thumbnail" ng-src="qr/?text={{myID}}"/>
|
||||||
</modal>
|
</modal>
|
||||||
|
|
||||||
<!-- Device editor modal -->
|
<!-- Device editor modal -->
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user