Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove containment for splitter resizing #28

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove containment for splitter resizing
This fixes IE/Edge being unable to increase the size of the panel when first selected
  • Loading branch information
James Wilson committed Oct 30, 2018
commit 7451e4cc1676e67b48378bfdc01591b141970d87
2 changes: 1 addition & 1 deletion public_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<script type="text/javascript" src="formatter.js?v=2"></script>
<script type="text/javascript" src="flags.js"></script>
<script type="text/javascript" src="layers.js"></script>
<script type="text/javascript" src="script.js?v=2"></script>
<script type="text/javascript" src="script.js?v=3"></script>
<title>PiAware Skyview</title>
</head>

Expand Down
1 change: 0 additions & 1 deletion public_html/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ function initialize() {
handles: {
s: '#splitter-infoblock'
},
containment: "#sidebar_container",
minHeight: 50
});

Expand Down