[Rt-commit] rt branch, 4.4/txn-text-cf-ui, repushed

? sunnavy sunnavy at bestpractical.com
Thu Mar 12 18:51:39 EDT 2020


The branch 4.4/txn-text-cf-ui was deleted and repushed:
       was 81011570c05227ed3c77a1f97d2f101e2e666810
       now 65759041489c271c1024860a0676a2e3a805ece7

1: 81011570c ! 1: 657590414 Friendly transaction UI of text CF changes especially for large contents
    @@ -192,11 +192,11 @@
      }
     +
     +function toggleTransactionDetails (id, link) {
    -+    var details_div = jQuery('#'+id);
    ++    hideshow(id);
     +
     +    if (link) {
    -+        jQuery(link).text(RT.I18N.Catalog[details_div.is(':visible') ? 'hide_details' : 'show_details']);
    ++        jQuery(link).text(RT.I18N.Catalog[jQuery('#'+id).is(':visible') ? 'hide_details' : 'show_details']);
     +    }
     +
    -+    return hideshow(id);
    -+}
    ++    return false;
    ++}



More information about the rt-commit mailing list