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

Auto navbar collapse changes #467

Closed
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4d7af1c
Collapse the navbar when loading dashboard based on hash
cbowman0 Oct 8, 2013
c1880f1
Pull in more consistent hash changes code
cbowman0 Oct 8, 2013
ee20854
Collapse navbar when loading dashboard from UI
cbowman0 Oct 8, 2013
3d8799d
Don't animate the collapse of the navbar panel
cbowman0 Oct 8, 2013
fc7ac82
Collapse the navbar when loading dashboard based on hash
cbowman0 Oct 8, 2013
900e940
Pull in more consistent hash changes code
cbowman0 Oct 8, 2013
182cd15
Collapse navbar when loading dashboard from UI
cbowman0 Oct 8, 2013
b9ac8cd
Don't animate the collapse of the navbar panel
cbowman0 Oct 8, 2013
b8a61f9
Merge branch 'rfc/dashboard_navbar_collapse' of github.com:cbowman0/g…
cbowman0 Jan 10, 2014
0deec08
Collapse the navbar when loading dashboard based on hash
cbowman0 Oct 8, 2013
8f78de2
Pull in more consistent hash changes code
cbowman0 Oct 8, 2013
14f95ef
Collapse navbar when loading dashboard from UI
cbowman0 Oct 8, 2013
d7354ec
Don't animate the collapse of the navbar panel
cbowman0 Oct 8, 2013
42cceaa
Merge branch 'rfc/dashboard_navbar_collapse' of github.com:cbowman0/g…
Jun 13, 2014
7e3b4e1
Merge pull request #1282 from brutasse/fix/travis-container-infrastru…
brutasse Jul 17, 2015
5e11b82
Collapse navbar when loading dashboard from UI
cbowman0 Jul 20, 2015
9aca715
Pull in more consistent hash changes code
cbowman0 Oct 8, 2013
fed2679
Collapse navbar when loading dashboard from UI
cbowman0 Oct 8, 2013
c20a7e1
Don't animate the collapse of the navbar panel
cbowman0 Oct 8, 2013
c4bd0a7
Merge branch 'rfc/dashboard_navbar_collapse' of github.com:cbowman0/g…
cbowman0 Jul 20, 2015
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
Prev Previous commit
Next Next commit
Collapse the navbar when loading dashboard based on hash
  • Loading branch information
cbowman0 authored and Christopher Bowman committed Jun 13, 2014
commit 0deec0859cd2be98b61fbe36c9445ac2a2d5dbac
1 change: 1 addition & 0 deletions webapp/content/js/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ function initDashboard () {
} else {
sendLoadRequest(window.location.hash.substr(1));
}
navBar.collapse();
}

if (initialError) {
Expand Down