Skip to content

Commit

Permalink
Merge pull request cms-sw#106 from nclopezo/rename-NewIBPages
Browse files Browse the repository at this point in the history
New Ib Pages: rename the pages to showIB.html to make them the default p...
  • Loading branch information
ktf committed Aug 20, 2014
2 parents d27a7b2 + 46069cf commit b1c6710
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 b1c6710

Please sign in to comment.