Skip to content

Commit 643d48b

Browse files
author
root
committed
Fix #533
1 parent 346733e commit 643d48b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: app/views/repositories/_readme.html.haml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#readme_container{ class: 'box', style: 'cursor: pointer;' }
2-
%h2 README
1+
#readme_container{ class: 'box' }
2+
%h2{ id: 'readme_trigger', style: 'cursor: pointer;' } README
33
%hr
44

55
#readme_at_repo_dir{ class: 'wiki' }
@@ -9,4 +9,4 @@
99
= html.html_safe
1010

1111
:javascript
12-
$(document).ready(function() { $("#readme_container").click(function(){ $("#readme_at_repo_dir").toggle(500); }); });
12+
$(document).ready(function() { $("#readme_trigger").click(function(){ $("#readme_at_repo_dir").toggle(500); }); });

0 commit comments

Comments
 (0)