# merchant/1.7/assets/js/modules/countdown-timer/admin/preview.js

Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together &amp; More for WooCommerce – Merchant, version 1.7. 14 lines.

- Page: https://pluginprobe.com/plugins/merchant/1.7/code/assets/js/modules/countdown-timer/admin/preview.js
- Raw: https://pluginprobe.com/plugins/merchant/1.7/raw/assets/js/modules/countdown-timer/admin/preview.js
- Modified: 2023-11-29T19:42:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/merchant/1.7/code/assets/js/modules/countdown-timer/admin/preview.js#L10-L20`.

```javascript
"use strict";

;
(function ($, window, document, undefined) {
  'use strict';

  var deleteCookie = function deleteCookie(name) {
    document.cookie = name + "=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;";
  };
  $(document).ready(function () {
    deleteCookie('merchant_countdown_timer_cool_off_date');
    deleteCookie('merchant_countdown_timer_date');
  });
})(jQuery, window, document);
```
