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'])) { ...@@ -770,8 +770,8 @@ if ($errors['err'] && isset($_POST['a'])) {
<td> <td>
<div style="margin-bottom:2px;"> <div style="margin-bottom:2px;">
<?php <?php
echo sprintf('<span><a id="show_ccs" echo sprintf('<span><a id="show_ccs">
class="icon-caret-right"></i>&nbsp;%s </a> <i id="arrow-icon" class="icon-caret-right"></i>&nbsp;%s </a>
&nbsp; &nbsp;
<a class="manage-collaborators <a class="manage-collaborators
collaborators preview noclick %s" collaborators preview noclick %s"
...@@ -1265,7 +1265,7 @@ $(function() { ...@@ -1265,7 +1265,7 @@ $(function() {
}); });
$('#show_ccs').click(function() { $('#show_ccs').click(function() {
var show = $(this); var show = $('#arrow-icon');
var collabs = $('a#managecollabs'); var collabs = $('a#managecollabs');
$('#ccs').slideToggle('fast', function(){ $('#ccs').slideToggle('fast', function(){
if ($(this).is(":hidden")) { 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