Skip to content

Commit

Permalink
fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
SaurabhChawla100 committed Jan 24, 2020
1 parent 2c393a0 commit 1efc3f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ $(document).ready(function () {
$("#arrowtoggle1").toggleClass("arrow-open arrow-closed");
$("#toggle-metrics").toggle();
if (window.localStorage) {
window.localStorage.setItem("arrowtoggle1class", $("#arrowtoggle1").attr('class'));
window.localStorage.setItem("arrowtoggle1class", $("#arrowtoggle1").attr('class'));
}
});

Expand Down

0 comments on commit 1efc3f5

Please sign in to comment.