Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Jan 30, 2025
1 parent d44ef3e commit 5c2a814
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/quantecon_book_theme/assets/scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,7 @@ document.addEventListener("DOMContentLoaded", function () {
let urlpath = document.getElementById("launcher-private-input").dataset
.urlpath;
const repoPrefix =
"/user-redirect/git-pull?repo=" +
repo +
"&urlpath=" +
urlpath;
"/user-redirect/git-pull?repo=" + repo + "&urlpath=" + urlpath;
url = privateInput + repoPrefix + pagename + ".ipynb";
launchButton.getElementsByTagName("a")[0].setAttribute("href", url);
} else {
Expand Down

1 comment on commit 5c2a814

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.