-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hey Potch. I took care of all this over the weekend.
But there's some cleanup I need your help with. To get my changes in ending.js to work, I had to move the following outside the IFFE statement in main.js:
`var dashboardOpen = false;
// opening and closing panels in the dashboard
// track open or closed
var moveDashboard = function(panel) {
var
$("#control-panel").css({ transform: 'translateY(calc(100% - ' + $dashBoardHeight + 'px))'});
}`
Could you make that less gross: move it back into the IFFE or at least to the top of main.js. And tell me how/why so I can do it better next time!
Thanks!
Metadata
Metadata
Assignees
Labels
No labels