diff options
author | Prashant S | 2017-09-20 11:27:32 +0530 |
---|---|---|
committer | GitHub | 2017-09-20 11:27:32 +0530 |
commit | a6accae75e7806e18a9c60bb8df918d5fa15195d (patch) | |
tree | 6db7b7e73569babb9acf785aa5a31a1d1ee1557f /website/templates/footer.html | |
parent | bc4cf9a3dc3abc27a03b0fa09eeddb1da8af7af7 (diff) | |
parent | a00e7ac0162f7c0bf9423fd9fcc712684c04d494 (diff) | |
download | SciPy2017-a6accae75e7806e18a9c60bb8df918d5fa15195d.tar.gz SciPy2017-a6accae75e7806e18a9c60bb8df918d5fa15195d.tar.bz2 SciPy2017-a6accae75e7806e18a9c60bb8df918d5fa15195d.zip |
Merge pull request #10 from Sashi20/devel
Added Speaker and Sponsorship Prospectus
Diffstat (limited to 'website/templates/footer.html')
-rw-r--r-- | website/templates/footer.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/website/templates/footer.html b/website/templates/footer.html index 3f47b96..10f6bc0 100644 --- a/website/templates/footer.html +++ b/website/templates/footer.html @@ -93,29 +93,4 @@ }); } </script> -<!--<script type="text/javascript"> - $(".btn-primary a").on("click", function() { - var $link = $(this); - alert("Show More"); - var $content = $link.parent().prev("div.text-content"); - var linkText = $link.text(); - - $content.toggleClass("short-text, full-text"); - - $link.text(getShowLinkText(linkText)); - - return false; - }); - function getShowLinkText(currentText) { - var newText = ''; - if (currentText.toUpperCase() === "Show More") { - newText = "Show Less"; - } else { - newText = "Show More"; - } - - return newText; - } -</script> ---> |