Skip to content

Commit

Permalink
Merge pull request #114 from nheminger/master
Browse files Browse the repository at this point in the history
Fix for #108 login errors with IE 11 on Windows 8.1
  • Loading branch information
ecaldwell committed Feb 9, 2016
2 parents b2b15a8 + c9e0ec0 commit 2452040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ArcGIS Online Assistant</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="js/lib/jquery-ui-1.11.4.css"/>
Expand Down Expand Up @@ -204,7 +205,7 @@ <h3 id="copyModalLabel">Copy content</h3>
<div class="form-group">
<div class="col-md-6">
<div class="btn-group" data-toggle="buttons-radio">
<button type="button" id="destinationAgolBtn" class="btn btn-default active" data-toggle="button">ArcGIS Online</button>
<button type="button" id="destinationAgolBtn" class="btn btn-default btn-primary active" data-toggle="button">ArcGIS Online</button>
<button type="button" id="destinationPortalBtn" class="btn btn-default" data-toggle="button">Portal for ArcGIS</button>
</div>
</div>
Expand Down
2 changes: 0 additions & 2 deletions src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1572,8 +1572,6 @@ require([
disableEnterKey();

// Preformat the copy login screen.
jquery("#destinationAgolBtn").button("toggle");
jquery("#destinationAgolBtn").addClass("btn-primary");
jquery("#destinationUrl").css({
display: "none"
});
Expand Down

0 comments on commit 2452040

Please sign in to comment.