PATH:
home
/
centosnipponia
/
public_html
/
BAK_tradeandtraffic
/
wp-content
/
cache
/
wpo-minify
/
tmp
{"request":{"hurl":"https:\/\/www.trade-traffic.com\/wp-content\/plugins\/tz-feature-pack\/public\/js\/bootstrap.js","inline":"","enable_minification":true,"type":"js","handle":"tz-bootstrap-js","version":"3.3.7"},"log":{"url":"\/wp-content\/plugins\/tz-feature-pack\/public\/js\/bootstrap.js","success":true},"code":"\/*!\n * Bootstrap v3.3.7 (http:\/\/getbootstrap.com)\n * Copyright 2011-2016 Twitter, Inc.\n * Licensed under MIT (https:\/\/github.com\/twbs\/bootstrap\/blob\/master\/LICENSE)\n *\/\n\n\/*!\n * Generated using the Bootstrap Customizer (http:\/\/getbootstrap.com\/customize\/?id=70f5a0b52d77e60fec22a43c7131a31b)\n * Config saved to config.json and https:\/\/gist.github.com\/70f5a0b52d77e60fec22a43c7131a31b\n *\/\nif(typeof jQuery==='undefined'){throw new Error('Bootstrap\\'s JavaScript requires jQuery')}+function($){'use strict';var version=$.fn.jquery.split(' ')[0].split('.')\nif((version[0]<2&&version[1]<9)||(version[0]==1&&version[1]==9&&version[2]<1)||(version[0]>3)){throw new Error('Bootstrap\\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4')}}(jQuery);+function($){'use strict';var Collapse=function(element,options){this.$element=$(element)\nthis.options=$.extend({},Collapse.DEFAULTS,options)\nthis.$trigger=$('[data-toggle=\"collapse\"][href=\"#'+element.id+'\"],'+'[data-toggle=\"collapse\"][data-target=\"#'+element.id+'\"]')\nthis.transitioning=null\nif(this.options.parent){this.$parent=this.getParent()}else{this.addAriaAndCollapsedClass(this.$element,this.$trigger)}\nif(this.options.toggle)this.toggle()}\nCollapse.VERSION='3.3.7'\nCollapse.TRANSITION_DURATION=350\nCollapse.DEFAULTS={toggle:!0}\nCollapse.prototype.dimension=function(){var hasWidth=this.$element.hasClass('width')\nreturn hasWidth?'width':'height'}\nCollapse.prototype.show=function(){if(this.transitioning||this.$element.hasClass('in'))return\nvar activesData\nvar actives=this.$parent&&this.$parent.children('.panel').children('.in, .collapsing')\nif(actives&&actives.length){activesData=actives.data('bs.collapse')\nif(activesData&&activesData.transitioning)return}\nvar startEvent=$.Event('show.bs.collapse')\nthis.$element.trigger(startEvent)\nif(startEvent.isDefaultPrevented())return\nif(actives&&actives.length){Plugin.call(actives,'hide')\nactivesData||actives.data('bs.collapse',null)}\nvar dimension=this.dimension()\nthis.$element.removeClass('collapse').addClass('collapsing')[dimension](0).attr('aria-expanded',!0)\nthis.$trigger.removeClass('collapsed').attr('aria-expanded',!0)\nthis.transitioning=1\nvar complete=function(){this.$element.removeClass('collapsing').addClass('collapse in')[dimension]('')\nthis.transitioning=0\nthis.$element.trigger('shown.bs.collapse')}\nif(!$.support.transition)return complete.call(this)\nvar scrollSize=$.camelCase(['scroll',dimension].join('-'))\nthis.$element.one('bsTransitionEnd',$.proxy(complete,this)).emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize])}\nCollapse.prototype.hide=function(){if(this.transitioning||!this.$element.hasClass('in'))return\nvar startEvent=$.Event('hide.bs.collapse')\nthis.$element.trigger(startEvent)\nif(startEvent.isDefaultPrevented())return\nvar dimension=this.dimension()\nthis.$element[dimension](this.$element[dimension]())[0].offsetHeight\nthis.$element.addClass('collapsing').removeClass('collapse in').attr('aria-expanded',!1)\nthis.$trigger.addClass('collapsed').attr('aria-expanded',!1)\nthis.transitioning=1\nvar complete=function(){this.transitioning=0\nthis.$element.removeClass('collapsing').addClass('collapse').trigger('hidden.bs.collapse')}\nif(!$.support.transition)return complete.call(this)\nthis.$element[dimension](0).one('bsTransitionEnd',$.proxy(complete,this)).emulateTransitionEnd(Collapse.TRANSITION_DURATION)}\nCollapse.prototype.toggle=function(){this[this.$element.hasClass('in')?'hide':'show']()}\nCollapse.prototype.getParent=function(){return $(this.options.parent).find('[data-toggle=\"collapse\"][data-parent=\"'+this.options.parent+'\"]').each($.proxy(function(i,element){var $element=$(element)\nthis.addAriaAndCollapsedClass(getTargetFromTrigger($element),$element)},this)).end()}\nCollapse.prototype.addAriaAndCollapsedClass=function($element,$trigger){var isOpen=$element.hasClass('in')\n$element.attr('aria-expanded',isOpen)\n$trigger.toggleClass('collapsed',!isOpen).attr('aria-expanded',isOpen)}\nfunction getTargetFromTrigger($trigger){var href\nvar target=$trigger.attr('data-target')||(href=$trigger.attr('href'))&&href.replace(\/.*(?=#[^\\s]+$)\/,'')\nreturn $(target)}\nfunction Plugin(option){return this.each(function(){var $this=$(this)\nvar data=$this.data('bs.collapse')\nvar options=$.extend({},Collapse.DEFAULTS,$this.data(),typeof option=='object'&&option)\nif(!data&&options.toggle&&\/show|hide\/.test(option))options.toggle=!1\nif(!data)$this.data('bs.collapse',(data=new Collapse(this,options)))\nif(typeof option=='string')data[option]()})}\nvar old=$.fn.collapse\n$.fn.collapse=Plugin\n$.fn.collapse.Constructor=Collapse\n$.fn.collapse.noConflict=function(){$.fn.collapse=old\nreturn this}\n$(document).on('click.bs.collapse.data-api','[data-toggle=\"collapse\"]',function(e){var $this=$(this)\nif(!$this.attr('data-target'))e.preventDefault()\nvar $target=getTargetFromTrigger($this)\nvar data=$target.data('bs.collapse')\nvar option=data?'toggle':$this.data()\nPlugin.call($target,option)})}(jQuery);+function($){'use strict';function transitionEnd(){var el=document.createElement('bootstrap')\nvar transEndEventNames={WebkitTransition:'webkitTransitionEnd',MozTransition:'transitionend',OTransition:'oTransitionEnd otransitionend',transition:'transitionend'}\nfor(var name in transEndEventNames){if(el.style[name]!==undefined){return{end:transEndEventNames[name]}}}\nreturn!1}\n$.fn.emulateTransitionEnd=function(duration){var called=!1\nvar $el=this\n$(this).one('bsTransitionEnd',function(){called=!0})\nvar callback=function(){if(!called)$($el).trigger($.support.transition.end)}\nsetTimeout(callback,duration)\nreturn this}\n$(function(){$.support.transition=transitionEnd()\nif(!$.support.transition)return\n$.event.special.bsTransitionEnd={bindType:$.support.transition.end,delegateType:$.support.transition.end,handle:function(e){if($(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}}})}(jQuery);+function($){'use strict';var Tab=function(element){this.element=$(element)}\nTab.VERSION='3.3.7'\nTab.TRANSITION_DURATION=150\nTab.prototype.show=function(){var $this=this.element\nvar $ul=$this.closest('ul:not(.dropdown-menu)')\nvar selector=$this.data('target')\nif(!selector){selector=$this.attr('href')\nselector=selector&&selector.replace(\/.*(?=#[^\\s]*$)\/,'')}\nif($this.parent('li').hasClass('active'))return\nvar $previous=$ul.find('.active:last a')\nvar hideEvent=$.Event('hide.bs.tab',{relatedTarget:$this[0]})\nvar showEvent=$.Event('show.bs.tab',{relatedTarget:$previous[0]})\n$previous.trigger(hideEvent)\n$this.trigger(showEvent)\nif(showEvent.isDefaultPrevented()||hideEvent.isDefaultPrevented())return\nvar $target=$(selector)\nthis.activate($this.closest('li'),$ul)\nthis.activate($target,$target.parent(),function(){$previous.trigger({type:'hidden.bs.tab',relatedTarget:$this[0]})\n$this.trigger({type:'shown.bs.tab',relatedTarget:$previous[0]})})}\nTab.prototype.activate=function(element,container,callback){var $active=container.find('> .active')\nvar transition=callback&&$.support.transition&&($active.length&&$active.hasClass('fade')||!!container.find('> .fade').length)\nfunction next(){$active.removeClass('active').find('> .dropdown-menu > .active').removeClass('active').end().find('[data-toggle=\"tab\"]').attr('aria-expanded',!1)\nelement.addClass('active').find('[data-toggle=\"tab\"]').attr('aria-expanded',!0)\nif(transition){element[0].offsetWidth\nelement.addClass('in')}else{element.removeClass('fade')}\nif(element.parent('.dropdown-menu').length){element.closest('li.dropdown').addClass('active').end().find('[data-toggle=\"tab\"]').attr('aria-expanded',!0)}\ncallback&&callback()}\n$active.length&&transition?$active.one('bsTransitionEnd',next).emulateTransitionEnd(Tab.TRANSITION_DURATION):next()\n$active.removeClass('in')}\nfunction Plugin(option){return this.each(function(){var $this=$(this)\nvar data=$this.data('bs.tab')\nif(!data)$this.data('bs.tab',(data=new Tab(this)))\nif(typeof option=='string')data[option]()})}\nvar old=$.fn.tab\n$.fn.tab=Plugin\n$.fn.tab.Constructor=Tab\n$.fn.tab.noConflict=function(){$.fn.tab=old\nreturn this}\nvar clickHandler=function(e){e.preventDefault()\nPlugin.call($(this),'show')}\n$(document).on('click.bs.tab.data-api','[data-toggle=\"tab\"]',clickHandler).on('click.bs.tab.data-api','[data-toggle=\"pill\"]',clickHandler)}(jQuery);\n","status":true}
[+]
..
[-] js-657c1d1f.js.transient
[edit]
[-] js-c87d2175.js.transient
[edit]
[-] js-55de256e.js.transient
[edit]
[-] js-c3ae2f69.js.transient
[edit]
[-] js-40f8228a.js.transient
[edit]
[-] js-1fc824cc.js.transient
[edit]
[-] js-eaa72b9f.js.transient
[edit]
[-] js-e4fa272e.js.transient
[edit]
[-] js-c676292c.js.transient
[edit]
[-] js-32492eb2.js.transient
[edit]
[-] js-51802a56.js.transient
[edit]
[-] js-776d285c.js.transient
[edit]
[-] js-235e2a6f.js.transient
[edit]
[-] js-8a8c2d72.js.transient
[edit]
[-] js-86d92667.js.transient
[edit]
[-] js-32d21c66.js.transient
[edit]
[-] js-0fce2787.js.transient
[edit]
[-] js-4c1125b4.js.transient
[edit]
[-] js-63e3281e.js.transient
[edit]
[-] js-8d5a2d57.js.transient
[edit]
[-] js-30942a54.js.transient
[edit]
[-] js-fc082778.js.transient
[edit]
[-] js-9bf620d8.js.transient
[edit]
[-] js-3d6327ca.js.transient
[edit]
[-] js-3f051fff.js.transient
[edit]
[-] js-950a2d96.js.transient
[edit]
[-] css-a29c23c3.css.transient
[edit]
[-] css-63b56da5.css.transient
[edit]
[-] css-f9213815.css.transient
[edit]
[-] css-9c2431b9.css.transient
[edit]
[-] css-e128219a.css.transient
[edit]
[-] css-926f2630.css.transient
[edit]
[-] css-87ea2d0f.css.transient
[edit]
[-] css-8fd52d77.css.transient
[edit]
[-] css-87b22f9c.css.transient
[edit]
[-] css-270c21bb.css.transient
[edit]
[-] css-7eb62fd2.css.transient
[edit]
[-] css-e83124b3.css.transient
[edit]
[-] css-636a2091.css.transient
[edit]
[-] css-f3651b8a.css.transient
[edit]
[-] css-eb7b1f07.css.transient
[edit]
[-] css-56702333.css.transient
[edit]
[-] css-841f263d.css.transient
[edit]
[-] css-d153272b.css.transient
[edit]
[-] css-814728af.css.transient
[edit]
[-] css-c96e2de1.css.transient
[edit]
[-] css-a5b02d9f.css.transient
[edit]
[-] css-4ea7285b.css.transient
[edit]
[-] css-9bf422ef.css.transient
[edit]
[-] css-fee62be3.css.transient
[edit]
[-] css-151f2e1c.css.transient
[edit]
[-] css-0a3a223f.css.transient
[edit]
[-] css-60862273.css.transient
[edit]
[-] js-b8472d44.js.transient
[edit]
[-] js-4dbf2ce0.js.transient
[edit]
[-] js-b3192dcf.js.transient
[edit]
[-] js-3a8a2d16.js.transient
[edit]
[-] js-d3871e40.js.transient
[edit]
[-] js-0c8f2522.js.transient
[edit]
[-] js-caca291e.js.transient
[edit]
[-] js-8bbc289c.js.transient
[edit]
[-] js-fdb62783.js.transient
[edit]
[-] js-3bf02a77.js.transient
[edit]
[-] css-58562aeb.css.transient
[edit]
[-] css-27e36698.css.transient
[edit]
[-] css-9a5222e5.css.transient
[edit]
[-] css-bde92440.css.transient
[edit]
[-] css-3e02201e.css.transient
[edit]
[-] css-d3671b17.css.transient
[edit]
[-] css-c81e1e94.css.transient
[edit]
[-] css-2e2922c0.css.transient
[edit]
[-] css-57fa25ca.css.transient
[edit]
[-] css-a4d126b8.css.transient
[edit]
[-] css-531d283c.css.transient
[edit]
[-] css-41d42574.css.transient
[edit]
[-] css-94ad2d6e.css.transient
[edit]
[-] css-71fa2d2c.css.transient
[edit]
[-] css-20b827e8.css.transient
[edit]
[-] css-731a227c.css.transient
[edit]
[-] css-cc4e2b70.css.transient
[edit]
[-] css-dfc22da9.css.transient
[edit]
[-] css-e30221cc.css.transient
[edit]
[-] css-385d2200.css.transient
[edit]
[-] js-43de1cac.js.transient
[edit]
[-] js-a2072102.js.transient
[edit]
[-] js-f6be249c.js.transient
[edit]
[-] js-83df2cd1.js.transient
[edit]
[-] css-3d8b2857.css.transient
[edit]
[-] css-9da622f9.css.transient
[edit]
[-] css-640720a9.css.transient
[edit]
[-] css-6d3825e7.css.transient
[edit]
[-] css-970e22d1.css.transient
[edit]
[-] css-98fe22dd.css.transient
[edit]
[-] css-adb631ca.css.transient
[edit]
[-] css-9c922f78.css.transient
[edit]
[-] js-3c2b3152.js.transient
[edit]
[-] js-63952308.js.transient
[edit]
[-] js-fc991bae.js.transient
[edit]
[-] css-98aa22db.css.transient
[edit]
[-] css-f40e21ad.css.transient
[edit]
[-] js-f248222c.js.transient
[edit]
[-] css-97be22d5.css.transient
[edit]
[-] css-9b4822eb.css.transient
[edit]
[-] js-9c253771.js.transient
[edit]
[-] css-dc893236.css.transient
[edit]
[-] js-488118de.js.transient
[edit]
[-] js-05f4324a.js.transient
[edit]
[-] css-ea9c21f5.css.transient
[edit]
[-] css-28c53a77.css.transient
[edit]
[-] css-995a22df.css.transient
[edit]
[-] css-9c0622ef.css.transient
[edit]
[-] css-99fc22e3.css.transient
[edit]
[-] css-1b95226a.css.transient
[edit]
[-] js-9e7c2db8.js.transient
[edit]
[-] js-9e232adc.js.transient
[edit]
[-] js-3d53258a.js.transient
[edit]
[-] js-651c2acf.js.transient
[edit]
[-] css-9a4a22e5.css.transient
[edit]
[-] css-3e9f2036.css.transient
[edit]
[-] css-72702278.css.transient
[edit]
[-] css-75ba228c.css.transient
[edit]
[-] js-684a1d06.js.transient
[edit]
[-] js-b1f71a79.js.transient
[edit]
[-] js-57f018b1.js.transient
[edit]
[-] js-efb3249e.js.transient
[edit]
[-] js-29a234e8.js.transient
[edit]
[-] js-43ab2cfa.js.transient
[edit]
[-] css-9e9c22ff.css.transient
[edit]
[-] css-732c227c.css.transient
[edit]
[-] css-71282270.css.transient
[edit]
[-] css-da9e1ae8.css.transient
[edit]
[-] css-a82c26ad.css.transient
[edit]
[-] css-653e26b1.css.transient
[edit]
[-] css-256f2b2e.css.transient
[edit]
[-] js-f5a81fe0.js.transient
[edit]
[-] js-af752730.js.transient
[edit]
[-] js-214b250f.js.transient
[edit]
[-] js-1b531f40.js.transient
[edit]
[-] js-1c5e2220.js.transient
[edit]
[-] js-7c0619a4.js.transient
[edit]
[-] js-aff32fbe.js.transient
[edit]
[-] js-c8be2b6c.js.transient
[edit]
[-] js-f5872c21.js.transient
[edit]
[-] js-8c592609.js.transient
[edit]
[-] js-77451d2e.js.transient
[edit]
[-] js-3dce27fd.js.transient
[edit]
[-] js-5aa725d5.js.transient
[edit]
[-] js-84e2288d.js.transient
[edit]
[-] js-e9281eba.js.transient
[edit]
[-] js-a4411a10.js.transient
[edit]
[-] .htaccess.disabled
[edit]