Skip to content

Commit

Permalink
Merge pull request #3 from azamlerc/dpSlate
Browse files Browse the repository at this point in the history
Fixed a bug that prevented codePanel_off from working for files in su…
  • Loading branch information
pnerger committed Oct 21, 2015
2 parents aeda1b4 + 4f5b718 commit 1cc51f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.
<%= stylesheet_link_tag :screen, media: :screen %>
<%= stylesheet_link_tag :print, media: :print %>
<% if codePanel_off %>
<link href="stylesheets/inlinecode_screen.css" rel="stylesheet" type="text/css" media="screen" />
<%= stylesheet_link_tag :inlinecode_screen, media: :screen %>
<% language_tabs = false %>
<% end %>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
Expand Down

0 comments on commit 1cc51f9

Please sign in to comment.