Browse Source

Avoid spurious request for /qr?text={{myID}} (fixes #1679)

Jakob Borg 10 years ago
parent
commit
b35958d024
2 changed files with 2 additions and 2 deletions
  1. 1 1
      gui/index.html
  2. 1 1
      internal/auto/gui.files.go

+ 1 - 1
gui/index.html

@@ -463,7 +463,7 @@
 
   <modal id="idqr" large="yes" status="info" close="yes" icon="qrcode" title="{{'Device Identification' | translate}} &mdash; {{deviceName(thisDevice())}}">
     <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>
 
   <!-- Device editor modal -->

File diff suppressed because it is too large
+ 1 - 1
internal/auto/gui.files.go


Some files were not shown because too many files changed in this diff