Skip to content

Commit

Permalink
Fixed issue #10140: removed hide/show anim and added menu icon for bo…
Browse files Browse the repository at this point in the history
…unce settings
  • Loading branch information
LouisGac committed Dec 17, 2015
1 parent 157cc12 commit 3da2cdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion application/views/admin/token/token_bar.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<!-- Bounce settings -->
<li>
<a href="<?php echo $this->createUrl("admin/tokens/sa/bouncesettings/surveyid/$surveyid"); ?>" >
<span class="icon-bounce_settings"></span>
<span class="fa fa-cogs"></span>
<?php eT("Bounce settings"); ?>
</a>
</li>
Expand Down
3 changes: 0 additions & 3 deletions scripts/admin/tokenbounce.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ function hideParameters()
$("#bounceaccountuser").attr('disabled','disabled');
$("#bounceaccountpass").attr('disabled','disabled');
$("#bounceaccountencryption").attr('disabled','disabled');

$('#bounceparams').hide( "fade" );
}

function showParameters()
{
$('#bounceparams').show( "fade" );
$("#bounceaccounttype").removeAttr('disabled');
$("#bounceaccounthost").removeAttr('disabled');
$("#bounceaccountuser").removeAttr('disabled');
Expand Down

0 comments on commit 3da2cdc

Please sign in to comment.