|
Lines 254-259
Link Here
|
| 254 |
[% ELSE %] |
254 |
[% ELSE %] |
| 255 |
<div class="split_regex"> |
255 |
<div class="split_regex"> |
| 256 |
<input type="text" name="split_regex" id="split_regex" value="" /> |
256 |
<input type="text" name="split_regex" id="split_regex" value="" /> |
|
|
257 |
<a href="#" title="Delete" class="del_regex"><i class="fa fa-fw fa-trash"></i>Delete</a> |
| 257 |
</div> |
258 |
</div> |
| 258 |
[% END %] |
259 |
[% END %] |
| 259 |
</div> |
260 |
</div> |
|
Lines 400-405
Link Here
|
| 400 |
|
401 |
|
| 401 |
$(document).ready(function(){ |
402 |
$(document).ready(function(){ |
| 402 |
update_regex_block(); |
403 |
update_regex_block(); |
|
|
404 |
update_delete_links_visibility(); |
| 403 |
$("#split_routine").on("change", function(){ |
405 |
$("#split_routine").on("change", function(){ |
| 404 |
update_regex_block(); |
406 |
update_regex_block(); |
| 405 |
}); |
407 |
}); |
| 406 |
- |
|
|