|
Lines 416-427
$(document).ready(function() {
Link Here
|
| 416 |
if (numPar > [% search_boxes_count %]){ |
416 |
if (numPar > [% search_boxes_count %]){ |
| 417 |
jQuery.cookie("num_paragraph", numPar,{ path: '/'}); |
417 |
jQuery.cookie("num_paragraph", numPar,{ path: '/'}); |
| 418 |
}else{ |
418 |
}else{ |
| 419 |
jQuery.cookie("num_paragraph", null,{ path: '/'}); |
419 |
jQuery.removeCookie("num_paragraph", { path: '/'}); |
| 420 |
} |
420 |
} |
| 421 |
jQuery.cookie("search_path_code", 'exs',{ path: '/'}); |
421 |
jQuery.cookie("search_path_code", 'exs',{ path: '/'}); |
| 422 |
[% ELSE %] |
422 |
[% ELSE %] |
| 423 |
jQuery.cookie("search_path_code", 'ads',{ path: '/'}); |
423 |
jQuery.cookie("search_path_code", 'ads',{ path: '/'}); |
| 424 |
jQuery.cookie("num_paragraph", null,{ path: '/'}); |
424 |
jQuery.removeCookie("num_paragraph", { path: '/'}); |
| 425 |
[% END %] |
425 |
[% END %] |
| 426 |
}); |
426 |
}); |
| 427 |
|
427 |
|
| 428 |
- |
|
|