HTTP/1.1 200 Connection established HTTP/1.1 200 OK Date: Sat, 27 Apr 2024 00:54:29 GMT Server: Apache/2.4.6 (CentOS) mpm-itk/2.4.7-04 OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Etag: "95b576e0de386ad511b10663bce6a586" Cache-Control: public, max-age=2592000 Last-Modified: Thu, 21 Oct 2021 22:36:57 22OctGMT Content-Length: 6457 Connection: close Content-Type: application/javascript /*! adriver.core.2 v2.3.9 */ function adriver(ph, prm, defer){ var my = this, p = ph; if(this instanceof adriver){ if(typeof(p)=='string'){ p=document.getElementById(ph); }else{ ph=p.id; } if(!p){ if(!adriver.isDomReady){adriver.onDomReady(function(){new adriver(ph, prm, defer);});} return {}; } if(adriver(ph)){return adriver(ph);} my.p = p; my.defer = defer; my.prm = adriver.extend(prm, {ph: ph}); my.loadCompleteQueue = new adriver.queue(); my.domReadyQueue = new adriver.queue(adriver.isDomReady); adriver.initQueue.push(function(){my.init();}); adriver.items[ph] = my; return my; }else{ return ph ? adriver.items[ph] : adriver.items; } } adriver.prototype = { isLoading: 0, init: function(){}, loadComplete: function(){}, domReady: function(){}, onLoadComplete: function(f){var my = this; my.loadCompleteQueue.push(function(){f.call(my);}); return my;}, onDomReady: function(f){this.domReadyQueue.push(f); return this;}, reset: function(){this.loadCompleteQueue.flush(); this.domReadyQueue.flush(adriver.isDomReady); return this;} }; adriver.extend = function(){ for(var l = arguments[0], i = 1, len = arguments.length, r, j; i