From 46069cfb2cf966b5192493753808608d14ed21b8 Mon Sep 17 00:00:00 2001 From: David Mendez Date: Wed, 20 Aug 2014 09:31:39 +0200 Subject: [PATCH] New Ib Pages: rename the pages to showIB.html to make them the default pages --- templates/{merged_prs.html => showIB.html} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename templates/{merged_prs.html => showIB.html} (97%) diff --git a/templates/merged_prs.html b/templates/showIB.html similarity index 97% rename from templates/merged_prs.html rename to templates/showIB.html index d4942e6b6d623..d964574fffe2a 100644 --- a/templates/merged_prs.html +++ b/templates/showIB.html @@ -55,11 +55,11 @@ } - // Reads the file structre.json to know how to paint the manu and how to paint the tabs. + // Reads the file structre.json to know how to paint the menu and how to paint the tabs. start_load = function(structure){ // Before adding the tab panel I add a link to the previous version - var prevVersionLink = $("").attr("href", "https://cmssdt.cern.ch/SDT/html/showIB.html") + var prevVersionLink = $("").attr("href", "https://cmssdt.cern.ch/SDT/html/showIBOld.html") prevVersionLink.append($('')) prevVersionLink.append($('').text(' Click here to see the previous version'))