Skip to content

Commit

Permalink
Merge pull request cms-sw#148 from nclopezo/remove-link-prev-version
Browse files Browse the repository at this point in the history
IB Pages: remove link to previous version
  • Loading branch information
nclopezo committed Oct 14, 2014
2 parents 1f7ad4f + 968fd79 commit 7a6af29
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions templates/showIB.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 = $("<a></a>").attr("href", "https://cmssdt.cern.ch/SDT/html/showIBOld.html")
prevVersionLink.append($('<span class="glyphicon glyphicon-warning-sign"></span>'))
prevVersionLink.append($('<span></span>').text(' Click here to see the previous version'))

$("#results").append($('<div id="PrevVersionWarning" align="center" class="alert alert-warning">').append(prevVersionLink))

paintMenu(structure)

// create tab panel
Expand Down

0 comments on commit 7a6af29

Please sign in to comment.