diff --git a/js/js.js b/js/js.js index 0c0fde0..8b4353a 100644 --- a/js/js.js +++ b/js/js.js @@ -9,7 +9,7 @@ $(document).ready(function() { $(window.location.hash).modal('show'); // add direct link to modal window $(".link").empty(); - $(".link").append("Link to this command: "+window.location.href+""); + $(".link").append("Link to this command: "+window.location.href+""); } // add hash to URL when modal is opened @@ -17,7 +17,7 @@ $(document).ready(function() { window.location.hash = $(this).attr("data-target"); // add direct link to modal window $(".link").empty(); - $(".link").append("Link to this command: "+window.location.href+""); + $(".link").append("Link to this command: "+window.location.href+""); }); // remove hash from URL when modal is closed