Show More
@@ -132,14 +132,15 YUE.onDOMReady(function(){ | |||||
132 | if (f_int > t_int){ |
|
132 | if (f_int > t_int){ | |
133 | //highlight from bottom |
|
133 | //highlight from bottom | |
134 | offset = -35; |
|
134 | offset = -35; | |
|
135 | ranges = [t_int,f_int]; | |||
|
136 | ||||
135 | } |
|
137 | } | |
136 | else{ |
|
138 | else{ | |
137 | //highligth from top |
|
139 | //highligth from top | |
138 | offset = 35; |
|
140 | offset = 35; | |
|
141 | ranges = [f_int,t_int]; | |||
139 | } |
|
142 | } | |
140 |
|
143 | |||
141 | ranges = [f_int,t_int].sort(); |
|
|||
142 |
|
||||
143 | if (ranges[0] != ranges[1]){ |
|
144 | if (ranges[0] != ranges[1]){ | |
144 | if(YUD.get('linktt') == null){ |
|
145 | if(YUD.get('linktt') == null){ | |
145 | hl_div = document.createElement('div'); |
|
146 | hl_div = document.createElement('div'); |
General Comments 0
You need to be logged in to leave comments.
Login now