Skip to content
Snippets Groups Projects
Unverified Commit 2325760f authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #26 from aydreeihn/issue/collaborator-font

Ticket-View Collaborator Collapsible Fix:
parents e3219829 7be98ee7
No related branches found
No related tags found
No related merge requests found
......@@ -770,8 +770,8 @@ if ($errors['err'] && isset($_POST['a'])) {
<td>
<div style="margin-bottom:2px;">
<?php
echo sprintf('<span><a id="show_ccs"
class="icon-caret-right"></i>&nbsp;%s </a>
echo sprintf('<span><a id="show_ccs">
<i id="arrow-icon" class="icon-caret-right"></i>&nbsp;%s </a>
&nbsp;
<a class="manage-collaborators
collaborators preview noclick %s"
......@@ -1265,7 +1265,7 @@ $(function() {
});
$('#show_ccs').click(function() {
var show = $(this);
var show = $('#arrow-icon');
var collabs = $('a#managecollabs');
$('#ccs').slideToggle('fast', function(){
if ($(this).is(":hidden")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment