Changes between Initial Version and Version 1 of Ticket #5909
- Timestamp:
- 09/27/2014 07:12:29 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5909 – Description
initial v1 6 6 The problem is when we enqueued our JS assets, we upgraded jquery.cookie to 1.4.1. 7 7 8 v1.4.1 uses a new has a new routine to remove cookies:8 v1.4.1 uses a new has a new routine to [https://github.com/carhartl/jquery-cookie#usage remove cookies]: 9 9 `$.removeCookie('name', { path: '/' });` 10 10