From 9724b2743f334a1fc3dfa35bbfb8d402f8266b03 Mon Sep 17 00:00:00 2001 From: jordan Date: Sun, 22 Jan 2012 14:57:38 -0500 Subject: [PATCH] added breadcrumb to individual note pad page --- public/index.html | 11 +++++++---- public/javascripts/main.js | 1 + 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 34bb49d..5b4cb92 100644 --- a/public/index.html +++ b/public/index.html @@ -150,7 +150,7 @@
@@ -185,7 +185,7 @@
@@ -266,7 +266,7 @@
@@ -308,9 +308,12 @@
+
-

Note pads for Course __number__ : __name__

+

Note Pads for Course __number__ : __name__

Subject:__subject__

Department:__department__

diff --git a/public/javascripts/main.js b/public/javascripts/main.js index f87ba4e..498ff46 100644 --- a/public/javascripts/main.js +++ b/public/javascripts/main.js @@ -506,6 +506,7 @@ function showPage(y) { slugs.shift(); var mainSlug = slugs[0].toLowerCase() || 'home'; + console.log(slugs[0].toLowerCase()); if (mainSlug === 'archive') { if (slugs[1]) { -- 2.25.1