Skip to content

Commit

Permalink
New Ib Pages: rename the pages to showIB.html to make them the defaul…
Browse files Browse the repository at this point in the history
…t pages
  • Loading branch information
nclopezo committed Aug 20, 2014
1 parent d27a7b2 commit 46069cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/merged_prs.html → templates/showIB.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 = $("<a></a>").attr("href", "https://cmssdt.cern.ch/SDT/html/showIB.html")
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'))

Expand Down

0 comments on commit 46069cf

Please sign in to comment.