Changes between Version 4 and Version 5 of AnnotationManual/CZSNLI/training


Ignore:
Timestamp:
Mar 4, 2024, 10:29:02 AM (3 months ago)
Author:
Zuzana Nevěřilová
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnnotationManual/CZSNLI/training

    v4 v5  
    66   $(".toggle").on("click", function(){
    77      var siblings = $(this).siblings();
    8       siblings.each(index, function(){
     8      siblings.each(function(){
    99          if ($(this).is(":visible"))
    1010             $(this).hide("slow");