| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/engineering/wp-content/plugins/nextgen-gallery/static/AttachToPost/ |
Upload File : |
"use strict";jQuery(function(a){a.fn.ngg_tabs=function(i){this.tabs(i);var t=0;this.find(".main_menu_tab").each(function(){0===t?a.fn.ngg_tabs.show_tab(this,i.onShowTab):a.fn.ngg_tabs.hide_tab(this,i.onHideTab),t++}),this.on("tabsactivate",function(t,n){a.fn.ngg_tabs.hide_tab(a.fn.ngg_tabs.get_tab_by_li(n.oldTab),i.onHideTab),a.fn.ngg_tabs.show_tab(a.fn.ngg_tabs.get_tab_by_li(n.newTab),i.onShowTab)})},a.fn.ngg_tabs.hide_tab=function(t,n){setTimeout(function(){a(t).css({display:"block","z-index":-10,visibility:"hidden",opacity:0}).addClass("ngg-tab-inactive").removeClass("ngg-tab-active").trigger("tab-hidden"),n&&n(t)},0)},a.fn.ngg_tabs.show_tab=function(n,t){n=a(n),setTimeout(function(){var t=n.find("iframe")[0];void 0!==t&&void 0!==t.contentWindow&&adjust_height_for_frame(top,t.contentWindow)},50),setTimeout(function(){n.css({"z-index":1,visibility:"visible",opacity:1}).addClass("ngg-tab-active").removeClass("ngg-tab-inactive").trigger("tab-visible"),t&&t(n)},50),t&&t(n)},a.fn.ngg_tabs.get_tab_by_li=function(t){return t.parents("div").find('.main_menu_tab[aria-labelledby="'+t.attr("aria-labelledby")+'"]')}});