From a57cd77ee3e733794563e610cd361301a5c46224 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 8 Apr 2015 12:13:28 +0200 Subject: Go to top tweaks --- js/curriculum.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') 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); }); -- cgit v1.2.1