templates/default/fulldoc/html/js/app.js in yard-slipstream-0.1.2 vs templates/default/fulldoc/html/js/app.js in yard-slipstream-0.1.3

- old
+ new

@@ -16,10 +16,10 @@ $('.defines').after(" <a href='#' class='toggleDefines'>more...</a>"); $('.toggleDefines').toggle(function() { tHeight = $(this).parent().prev().height(); $(this).prev().show(); $(this).parent().prev().height($(this).parent().height()); - $(this).text("(less)"); + $(this).text("...less"); }, function() { $(this).prev().hide(); $(this).parent().prev().height(tHeight); $(this).text("more...")