Skip to content

Commit

Permalink
#1973: remove IE workarounds, the one in es6-shim.js actually works
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@20593 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 2, 2018
1 parent 6d8ffac commit 6e96212
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
8 changes: 1 addition & 7 deletions src/html5/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@
</head>

<body>
<script type="text/javascript">
window.console = window.console || {
log: function () {}
};
</script>

<div class="container">
<div class="container">

<form class="form-signin" action="./index.html">

Expand Down
6 changes: 0 additions & 6 deletions src/html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@
</head>

<body>
<script type="text/javascript">
window.console = window.console || {
log: function () {}
};
</script>

<div id="dpi" style="width: 1in; height: 1in; left: -100%; top: -100%; position: absolute;">
</div>

Expand Down

0 comments on commit 6e96212

Please sign in to comment.