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 ++-- pages/curriculum.html | 4 +++- 2 files changed, 5 insertions(+), 3 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); }); diff --git a/pages/curriculum.html b/pages/curriculum.html index d6c2bd6..dfa5e3f 100644 --- a/pages/curriculum.html +++ b/pages/curriculum.html @@ -1,7 +1,6 @@ -

Your future begins at TU/e in the Bachelor @@ -32,4 +31,7 @@ You can find the Data Science curriculum below, be sure to click on the courses in order to view their content.

+ +
+
-- cgit v1.2.1