From 968fd7979dbd9ae775ecbacfc932788ad569542b Mon Sep 17 00:00:00 2001 From: David Mendez Date: Tue, 14 Oct 2014 12:53:19 +0200 Subject: [PATCH] IB Pages: remove link to previous version --- templates/showIB.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/templates/showIB.html b/templates/showIB.html index d88fe1c91978b..c7982b7b82397 100644 --- a/templates/showIB.html +++ b/templates/showIB.html @@ -69,13 +69,6 @@ // 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/showIBOld.html") - prevVersionLink.append($('')) - prevVersionLink.append($('').text(' Click here to see the previous version')) - - $("#results").append($('
').append(prevVersionLink)) - paintMenu(structure) // create tab panel