We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346733e commit 643d48bCopy full SHA for 643d48b
app/views/repositories/_readme.html.haml
@@ -1,5 +1,5 @@
1
-#readme_container{ class: 'box', style: 'cursor: pointer;' }
2
- %h2 README
+#readme_container{ class: 'box' }
+ %h2{ id: 'readme_trigger', style: 'cursor: pointer;' } README
3
%hr
4
5
#readme_at_repo_dir{ class: 'wiki' }
@@ -9,4 +9,4 @@
9
= html.html_safe
10
11
:javascript
12
- $(document).ready(function() { $("#readme_container").click(function(){ $("#readme_at_repo_dir").toggle(500); }); });
+ $(document).ready(function() { $("#readme_trigger").click(function(){ $("#readme_at_repo_dir").toggle(500); }); });
0 commit comments