Skip to content

Commit

Permalink
#3637 - remove debug line used for guides setting
Browse files Browse the repository at this point in the history
  • Loading branch information
raprasad committed May 24, 2017
1 parent de9f861 commit 22ea587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/dataverse_header.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ui:fragment rendered="#{empty settingsWrapper.navbarGuidesUrl}">
<li class="dropdown">
<span id="dataverseSupportLink" class="dropdown-toggle" data-toggle="dropdown">
#{bundle['header.guides']} <b class="caret"></b> #{settingsWrapper.getNavbarGuidesUrl()}
#{bundle['header.guides']} <b class="caret"></b>
</span>
<ul class="dropdown-menu">
<li>
Expand Down

0 comments on commit 22ea587

Please sign in to comment.