Skip to content

Commit

Permalink
fix: make window.parent.karma available in debugged context
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov authored and dmitriy ryajov committed Feb 10, 2017
1 parent 9c1974b commit 3e7eaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</head>
<body>
<div id="banner" class="offline">
<a href="debug.html%X_UA_COMPATIBLE_URL%" target="_blank" rel="noreferrer" class="btn-debug">DEBUG</a>
<a href="#" onclick="window.open('debug.html%X_UA_COMPATIBLE_URL%')" class="btn-debug">DEBUG</a>
<h1 id="title">Karma - starting</h1>
</div>

Expand Down

0 comments on commit 3e7eaeb

Please sign in to comment.