Skip to Content

JavaScript File

URL: https://vipdubaidivas.com/wp-content/themes/escortwp/js/js.cookie.js?ver=6.9.1
HTTP Status: 200 OK
MIME Type: text/javascript
Last Modified: Fri, 03 Oct 2025 17:05:41 GMT
Download Time: Less than a second
Cookies: None
Size: 4 KB
HTTP Headers:  5 headers
Links In:  1 pages
Links Out:  0 links
Images:  0 images
CSS:  0 files
JavaScript:  0 files
OK Issues: No issues found

1/*!

2 * JavaScript Cookie v2.2.0

3 * https://github.com/js-cookie/js-cookie

4 *

5 * Copyright 2006, 2015 Klaus Hartl & Fagner Brack

6 * Released under the MIT license

7 * File Version: 7d41ux9oybmegfavnala

8 */

9;(function (factory) {

10 var registeredInModuleLoader;

11 if (typeof define === 'function' && define.amd) {

12 define(factory);

13 registeredInModuleLoader = true;

14 }

15 if (typeof exports === 'object') {

16 module.exports = factory();

17 registeredInModuleLoader = true;

18 }

19 if (!registeredInModuleLoader) {

20 var OldCookies = window.Cookies;

21 var api = window.Cookies = factory();

22 api.noConflict = function () {

23 window.Cookies = OldCookies;

24 return api;

25 };

26 }

27}(function () {

28 function extend () {

29 var i = 0;

30 var result = {};

31 for (; i < arguments.length; i++) {

32 var attributes = arguments[ i ];

33 for (var key in attributes) {

34 result[key] = attributes[key];

35 }

36 }

37 return result;

38 }

39

40 function decode (s) {

...

</html>