summaryrefslogtreecommitdiff
path: root/website/templates/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/footer.html')
-rw-r--r--website/templates/footer.html25
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>
--->