|
Lines 311-317
$(document).ready(function() {
Link Here
|
| 311 |
$(document).on("click", '#searchsubmit', function(e) { |
311 |
$(document).on("click", '#searchsubmit', function(e) { |
| 312 |
jQuery.removeCookie("form_serialized", { path: '/'}); |
312 |
jQuery.removeCookie("form_serialized", { path: '/'}); |
| 313 |
jQuery.removeCookie("form_serialized_limits", { path: '/'}); |
313 |
jQuery.removeCookie("form_serialized_limits", { path: '/'}); |
| 314 |
jQuery.removeCookie("num_paragraph", { path: '/'}); |
|
|
| 315 |
jQuery.removeCookie("search_path_code", { path: '/'}); |
314 |
jQuery.removeCookie("search_path_code", { path: '/'}); |
| 316 |
}); |
315 |
}); |
| 317 |
} |
316 |
} |
| 318 |
- |
|
|