Skip to content

Commit

Permalink
Merge branch 'bugfix/0365-error' into release/1.1
Browse files Browse the repository at this point in the history
* bugfix/0365-error:
  Apply workaroud for Office 365 Script Error suggested by @joostd
  • Loading branch information
Joost van Dijk committed Mar 5, 2018
2 parents 23eb1ae + 2e9abd9 commit 01e5945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/tiqr/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>
<body>
<script type="text/javascript">
const myself = "{{self}}";
var myself = "{{self}}";

function verifyLogin() {
jQuery.get(myself + 'verify', function(data) {
Expand Down

0 comments on commit 01e5945

Please sign in to comment.