Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Fixed typo in id in main js file
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrevinnoc committed Feb 11, 2021
1 parent abbd5e1 commit bb4045c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/index_animations.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ $(function() {
$("#links_list").empty()
$("#links_description").empty()
$("#welcome").fadeOut("fast");
$("images_list").empty()
$("#images_list").empty()
videos.empty()
maps.empty()
summary.empty()
Expand Down Expand Up @@ -597,7 +597,7 @@ $(function() {
$("#links_list").empty()
$("#links_description").empty()
$("#welcome").fadeOut("fast");
$("images_list").empty()
$("#images_list").empty()
videos.empty()
maps.empty()
summary.empty()
Expand Down

0 comments on commit bb4045c

Please sign in to comment.