Skip to content

Commit

Permalink
fix #16
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Feb 14, 2017
1 parent 9af2b5b commit 947bbe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/index.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
<ul class="nav navbar-nav">
<li class="hidden-xs">
<a href="javascript:void(0)" v-on:click='genQrcode(location.origin+location.pathname)'>
<a href="javascript:void(0)" v-on:click='genQrcode(location.pathname)'>
View in Phone
<span class="glyphicon glyphicon-qrcode"></span>
</a>
Expand Down Expand Up @@ -235,4 +235,4 @@ <h4 class="modal-title">
[[ end ]]
</body>

</html>
</html>

0 comments on commit 947bbe9

Please sign in to comment.