Skip to content

Commit

Permalink
Correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wvengen committed Jul 31, 2018
1 parent 9f0bc2a commit 5917542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/iabpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<div class="app">
<h1>In App page test</h1>
<a href="myscheme:mylink">link with custom scheme</h1>
<a href="myscheme:mylink">link with custom scheme</a>
<button id="test1">custom scheme test 1</button>
<button id="test2">custom scheme test 2</button>
<button id="test3">custom scheme test 3</button>
Expand Down
2 changes: 1 addition & 1 deletion www/js/iabtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ document.getElementById('test2').onclick = function() {
};

document.getElementById('test3').onclick = function() {
console.log('start custom scheme test 2');
console.log('start custom scheme test 3');
var xhr = new XMLHttpRequest();
xhr.open('GET', 'myscheme://mypath');
xhr.send();
Expand Down

0 comments on commit 5917542

Please sign in to comment.