PHP 8.2.31
Preview: ie-fixes.js Size: 715 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/unyson/framework/static/js/ie-fixes.js

/**
 * IE fixes for jQuery plugins to not throw errors
 */

if (!Array.prototype.indexOf) {
	Array.prototype.indexOf = function (searchElement, fromIndex) {
		if ( this === undefined || this === null ) {
			throw new TypeError( '"this" is null or not defined' );
		}

		var length = this.length >>> 0; // Hack to convert object.length to a UInt32

		fromIndex = +fromIndex || 0;

		if (Math.abs(fromIndex) === Infinity) {
			fromIndex = 0;
		}

		if (fromIndex < 0) {
			fromIndex += length;
			if (fromIndex < 0) {
				fromIndex = 0;
			}
		}

		for (;fromIndex < length; fromIndex++) {
			if (this[fromIndex] === searchElement) {
				return fromIndex;
			}
		}

		return -1;
	};
}

Directory Contents

Dirs: 0 × Files: 12

Name Size Perms Modified Actions
205 B lr--r--r-- 2026-02-23 02:01:25
Edit Download
3.41 KB lrw-r--r-- 2025-04-07 05:23:45
Edit Download
7.58 KB lrw-r--r-- 2025-04-07 05:23:45
Edit Download
6.42 KB lrw-r--r-- 2025-04-07 05:23:45
Edit Download
7.47 KB lrw-r--r-- 2025-04-07 05:23:45
Edit Download
9.71 KB lrw-r--r-- 2025-04-07 05:23:45
Edit Download
2.29 KB lrw-r--r-- 2025-04-07 05:23:45
Edit Download
6.56 KB lrw-r--r-- 2025-04-07 05:23:45
Edit Download
7.29 KB lrw-r--r-- 2025-04-07 05:23:45
Edit Download
61.92 KB lrw-r--r-- 2025-04-07 05:23:45
Edit Download
715 B lrw-r--r-- 2025-04-07 05:23:45
Edit Download
1.05 KB lrw-r--r-- 2025-04-07 05:23:45
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).