summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-04-08 12:13:28 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-04-08 12:13:28 +0200
commita57cd77ee3e733794563e610cd361301a5c46224 (patch)
tree840c77e5bcf49c8126ec1a0fa196099b0cda8c5c /js
parent962599f442f56a2b8ac318183eb5e5857f5cdca8 (diff)
downloadsite-a57cd77ee3e733794563e610cd361301a5c46224.tar.gz
Go to top tweaks
Diffstat (limited to 'js')
-rw-r--r--js/curriculum.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/curriculum.js b/js/curriculum.js
index 664df46..e122640 100644
--- a/js/curriculum.js
+++ b/js/curriculum.js
@@ -74,8 +74,8 @@ define(['courses'], function(courses) {
var links_block = document.createElement('p');
var back_to_top = document.createElement('a');
- back_to_top.href = '#top';
- back_to_top.textContent = 'Back to top';
+ back_to_top.href = '#/curriculum/menu';
+ back_to_top.textContent = 'Back to table';
links_block.appendChild(back_to_top);
citems.appendChild(links_block);
});