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

commented unused code #1498

Closed
Changes from all commits
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
3 changes: 3 additions & 0 deletions ubyssey/static_src/src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ function enableScroll() {
$('body').removeClass('u-no-scroll');
}

/*
// Set element image-attachment variables left and right's respective margins to that of
// the first child of parent element p (with direct parent element article-content)
function embedMargins() {
Expand All @@ -111,6 +112,7 @@ function resizeFullWidthStoryBanner() {
}
}


//Should be improved (temp)
function issueParser() {
var req = new XMLHttpRequest();
Expand All @@ -132,6 +134,7 @@ function issueParser() {
};
req.send();
}
*/

// If hovering over sections-more-dropdown element,
// element slides up or down.
Expand Down
Loading