equal
deleted
inserted
replaced
101 IriSP.jQuery(document).on("click",".Ldt-Segments-Segment",function(e){ |
101 IriSP.jQuery(document).on("click",".Ldt-Segments-Segment",function(e){ |
102 if (!_this.show_all && currentLine && !currentLine.hasSegmentsNow()) { |
102 if (!_this.show_all && currentLine && !currentLine.hasSegmentsNow()) { |
103 currentLine = undefined; |
103 currentLine = undefined; |
104 } |
104 } |
105 IriSP._(lines).each(function(line) { |
105 IriSP._(lines).each(function(line) { |
106 if($j(e.target).parent().parent()[0]==line.segmentWidget[0]){ |
106 if(IriSP.jQuery(e.target).parent().parent()[0]==line.segmentWidget[0]){ |
107 currentLine = line; |
107 currentLine = line; |
108 line.show(); |
108 line.show(); |
109 } else { |
109 } else { |
110 line.hide(); |
110 line.hide(); |
111 } |
111 } |