Skip to content

Commit

Permalink
Merge branch 'root-v1.14-and-main' into release/dcs/v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed Jul 29, 2021
2 parents a664456 + f460e72 commit 16a18b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/view_file.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
var expandViewButton = document.querySelector('#expand-view-button');
var isExpandedView = false;
expandViewButton.addEventListener("click", function(e) {
var container = expandViewButton.closest(".container")
var container = expandViewButton.closest(".container")
if (isExpandedView) {
container.classList.remove("fluid", "padded");
expandViewButton.classList.add("fa-expand");
Expand Down

0 comments on commit 16a18b2

Please sign in to comment.