Changes between Version 1 and Version 2 of Ticket #5909
- Timestamp:
- 09/27/2014 07:13:38 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5909 – Description
v1 v2 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 newhas a new routine to [https://github.com/carhartl/jquery-cookie#usage remove cookies]:8 v1.4.1 has a new routine to [https://github.com/carhartl/jquery-cookie#usage remove cookies]: 9 9 `$.removeCookie('name', { path: '/' });` 10 10