{"version":3,"file":"/js/build/vue.js","sources":["webpack:////js/build/vue.js"],"sourcesContent":["!function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,\"a\",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p=\"\",i(i.s=0)}({\"+sje\":function(t,e,i){var n=i(\"VU/8\")(i(\"eOaq\"),i(\"d+jQ\"),!1,function(t){i(\"Gh1X\")},\"data-v-6f50ff88\",null);t.exports=n.exports},0:function(t,e,i){i(\"GDnL\"),i(\"Bqz+\"),i(\"1CH1\"),t.exports=i(\"f5J3\")},\"0DKT\":function(t,e){t.exports={render:function(){var t=this.$createElement;return(this._self._c||t)(\"select\",{staticStyle:{width:\"100%\"}},[this._t(\"default\")],2)},staticRenderFns:[]}},1:function(t,e){},\"1CH1\":function(t,e){},\"1t9x\":function(t,e,i){var n=i(\"wD+l\");\"string\"==typeof n&&(n=[[t.i,n,\"\"]]),n.locals&&(t.exports=n.locals);i(\"rjj0\")(\"6522937c\",n,!0,{})},\"20cu\":function(t,e,i){\"use strict\";Object.defineProperty(e,\"__esModule\",{value:!0}),e.default={props:[\"clientsUrl\",\"tokensUrl\"],data:function(){return{tokens:[]}},ready:function(){this.prepareComponent()},mounted:function(){this.prepareComponent()},methods:{prepareComponent:function(){this.getTokens()},getTokens:function(){var t=this;this.$http.get(this.tokensUrl).then(function(e){t.tokens=e.data})},revoke:function(t){var e=this;this.$http.delete(this.tokensUrl+\"/\"+t.id).then(function(t){e.getTokens()})}}}},\"265i\":function(t,e,i){(t.exports=i(\"FZ+f\")(!1)).push([t.i,\"\",\"\"])},\"28R8\":function(t,e,i){var n=i(\"eCRz\");\"string\"==typeof n&&(n=[[t.i,n,\"\"]]),n.locals&&(t.exports=n.locals);i(\"rjj0\")(\"15521f72\",n,!0,{})},\"3IRH\":function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,\"loaded\",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,\"id\",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},\"5F58\":function(t,e,i){\"use strict\";Object.defineProperty(e,\"__esModule\",{value:!0}),i(\"FHXl\"),e.default={data:function(){return{files:[],displayImportModal:!1,activeFile:null,alert:{type:null,message:null,visible:!1},importErrors:null,progress:{currentClass:\"progress-bar-warning\",currentPercent:\"0\",statusText:\"\",visible:!1},customFields:[]}},mounted:function(){window.eventHub.$on(\"importErrors\",this.updateImportErrors),this.fetchFiles(),this.fetchCustomFields();var t=this;$(\"#fileupload\").fileupload({dataType:\"json\",done:function(e,i){t.progress.currentClass=\"progress-bar-success\",t.progress.statusText=\"Success!\",t.files=i.result.files.concat(t.files),console.log(i.result.header_row)},add:function(e,i){i.headers={\"X-Requested-With\":\"XMLHttpRequest\",\"X-CSRF-TOKEN\":Laravel.csrfToken},i.process().done(function(){i.submit()}),t.progress.visible=!0},progress:function(e,i){var n=parseInt((i.loaded,i.total,10));t.progress.currentPercent=n,t.progress.statusText=n+\"% Complete\"},fail:function(e,i){t.progress.currentClass=\"progress-bar-danger\",t.progress.statusText=i.jqXHR.responseJSON.messages}})},methods:{fetchFiles:function(){var t=this;this.$http.get(route(\"api.imports.index\")).then(function(e){var i=e.data;return t.files=i},function(e){t.alert.type=\"danger\",t.alert.visible=!0,t.alert.message=\"Something went wrong fetching files...\"})},fetchCustomFields:function(){var t=this;this.$http.get(route(\"api.customfields.index\")).then(function(e){var i=e.data;(i=i.rows).forEach(function(e){t.customFields.push({id:e.db_column_name,text:e.name})})})},deleteFile:function(t,e){var i=this;this.$http.delete(route(\"api.imports.destroy\",t.id)).then(function(t){return i.files.splice(e,1)},function(t){i.alert.type=\"danger\",i.alert.visible=!0,i.alert.message=t.body.messages})},toggleEvent:function(t){window.eventHub.$emit(\"showDetails\",t)},updateAlert:function(t){this.alert=t},updateImportErrors:function(t){this.importErrors=t}},computed:{progressWidth:function(){return\"width: \"+10*this.progress.currentPercent+\"%\"}},components:{alert:i(\"b7rt\"),errors:i(\"yDVJ\"),importFile:i(\"sJcK\")}}},\"5m3O\":function(t,e,i){\"use strict\";Object.defineProperty(e,\"__esModule\",{value:!0});var n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&\"function\"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?\"symbol\":typeof t};e.default={props:[\"clientsUrl\"],data:function(){return{clients:[],createForm:{errors:[],name:\"\",redirect:\"\"},editForm:{errors:[],name:\"\",redirect:\"\"}}},ready:function(){this.prepareComponent()},mounted:function(){this.prepareComponent()},methods:{prepareComponent:function(){this.getClients(),$(\"#modal-create-client\").on(\"shown.bs.modal\",function(){$(\"#create-client-name\").focus()}),$(\"#modal-edit-client\").on(\"shown.bs.modal\",function(){$(\"#edit-client-name\").focus()})},getClients:function(){var t=this;this.$http.get(this.clientsUrl).then(function(e){t.clients=e.data})},showCreateClientForm:function(){$(\"#modal-create-client\").modal(\"show\")},store:function(){this.persistClient(\"post\",this.clientsUrl,this.createForm,\"#modal-create-client\")},edit:function(t){this.editForm.id=t.id,this.editForm.name=t.name,this.editForm.redirect=t.redirect,$(\"#modal-edit-client\").modal(\"show\")},update:function(){this.persistClient(\"put\",this.clientsUrl+\"/\"+this.editForm.id,this.editForm,\"#modal-edit-client\")},persistClient:function(t,e,i,r){var s=this;console.log(\"persisting\"),i.errors=[],console.log(\"method: \"+t),this.$http[t](e,i).then(function(t){s.getClients(),i.name=\"\",i.redirect=\"\",i.errors=[],$(r).modal(\"hide\")}).catch(function(t){\"object\"===n(t.data)?i.errors=_.flatten(_.toArray(t.data)):i.errors=[\"Something went wrong. Please try again.\"]})},destroy:function(t){var e=this;this.$http.delete(this.clientsUrl+\"/\"+t.id).then(function(t){e.getClients()})}}}},\"7t+N\":function(t,e,i){var n;!function(e,i){\"use strict\";\"object\"==typeof t&&\"object\"==typeof t.exports?t.exports=e.document?i(e,!0):function(t){if(!t.document)throw new Error(\"jQuery requires a window with a document\");return i(t)}:i(e)}(\"undefined\"!=typeof window?window:this,function(i,r){\"use strict\";var s=[],o=i.document,a=Object.getPrototypeOf,l=s.slice,u=s.concat,c=s.push,h=s.indexOf,d={},p=d.toString,f=d.hasOwnProperty,g=f.toString,m=g.call(Object),v={},_=function(t){return\"function\"==typeof t&&\"number\"!=typeof t.nodeType},y=function(t){return null!=t&&t===t.window},b={type:!0,src:!0,noModule:!0};function w(t,e,i){var n,r=(e=e||o).createElement(\"script\");if(r.text=t,i)for(n in b)i[n]&&(r[n]=i[n]);e.head.appendChild(r).parentNode.removeChild(r)}function x(t){return null==t?t+\"\":\"object\"==typeof t||\"function\"==typeof t?d[p.call(t)]||\"object\":typeof t}var C=function(t,e){return new C.fn.init(t,e)},k=/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;function T(t){var e=!!t&&\"length\"in t&&t.length,i=x(t);return!_(t)&&!y(t)&&(\"array\"===i||0===e||\"number\"==typeof e&&e>0&&e-1 in t)}C.fn=C.prototype={jquery:\"3.3.1\",constructor:C,length:0,toArray:function(){return l.call(this)},get:function(t){return null==t?l.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=C.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return C.each(this,t)},map:function(t){return this.pushStack(C.map(this,function(e,i){return t.call(e,i,e)}))},slice:function(){return this.pushStack(l.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(t){var e=this.length,i=+t+(t<0?e:0);return this.pushStack(i>=0&&i+~]|\"+j+\")\"+j+\"*\"),U=new RegExp(\"=\"+j+\"*([^\\\\]'\\\"]*?)\"+j+\"*\\\\]\",\"g\"),B=new RegExp(L),V=new RegExp(\"^\"+R+\"$\"),Y={ID:new RegExp(\"^#(\"+R+\")\"),CLASS:new RegExp(\"^\\\\.(\"+R+\")\"),TAG:new RegExp(\"^(\"+R+\"|[*])\"),ATTR:new RegExp(\"^\"+H),PSEUDO:new RegExp(\"^\"+L),CHILD:new RegExp(\"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\"+j+\"*(even|odd|(([+-]|)(\\\\d*)n|)\"+j+\"*(?:([+-]|)\"+j+\"*(\\\\d+)|))\"+j+\"*\\\\)|)\",\"i\"),bool:new RegExp(\"^(?:\"+M+\")$\",\"i\"),needsContext:new RegExp(\"^\"+j+\"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\"+j+\"*((?:-\\\\d)?\\\\d*)\"+j+\"*\\\\)|)(?=[^-]|$)\",\"i\")},K=/^(?:input|select|textarea|button)$/i,X=/^h\\d$/i,G=/^[^{]+\\{\\s*\\[native \\w/,Z=/^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,J=/[+~]/,Q=new RegExp(\"\\\\\\\\([\\\\da-f]{1,6}\"+j+\"?|(\"+j+\")|.)\",\"ig\"),tt=function(t,e,i){var n=\"0x\"+e-65536;return n!=n||i?e:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320)},et=/([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,it=function(t,e){return e?\"\\0\"===t?\"�\":t.slice(0,-1)+\"\\\\\"+t.charCodeAt(t.length-1).toString(16)+\" \":\"\\\\\"+t},nt=function(){d()},rt=_t(function(t){return!0===t.disabled&&(\"form\"in t||\"label\"in t)},{dir:\"parentNode\",next:\"legend\"});try{O.apply(E=P.call(w.childNodes),w.childNodes),E[w.childNodes.length].nodeType}catch(t){O={apply:E.length?function(t,e){$.apply(t,P.call(e))}:function(t,e){for(var i=t.length,n=0;t[i++]=e[n++];);t.length=i-1}}}function st(t,e,n,r){var s,a,u,c,h,f,v,_=e&&e.ownerDocument,x=e?e.nodeType:9;if(n=n||[],\"string\"!=typeof t||!t||1!==x&&9!==x&&11!==x)return n;if(!r&&((e?e.ownerDocument||e:w)!==p&&d(e),e=e||p,g)){if(11!==x&&(h=Z.exec(t)))if(s=h[1]){if(9===x){if(!(u=e.getElementById(s)))return n;if(u.id===s)return n.push(u),n}else if(_&&(u=_.getElementById(s))&&y(e,u)&&u.id===s)return n.push(u),n}else{if(h[2])return O.apply(n,e.getElementsByTagName(t)),n;if((s=h[3])&&i.getElementsByClassName&&e.getElementsByClassName)return O.apply(n,e.getElementsByClassName(s)),n}if(i.qsa&&!D[t+\" \"]&&(!m||!m.test(t))){if(1!==x)_=e,v=t;else if(\"object\"!==e.nodeName.toLowerCase()){for((c=e.getAttribute(\"id\"))?c=c.replace(et,it):e.setAttribute(\"id\",c=b),a=(f=o(t)).length;a--;)f[a]=\"#\"+c+\" \"+vt(f[a]);v=f.join(\",\"),_=J.test(t)&>(e.parentNode)||e}if(v)try{return O.apply(n,_.querySelectorAll(v)),n}catch(t){}finally{c===b&&e.removeAttribute(\"id\")}}}return l(t.replace(z,\"$1\"),e,n,r)}function ot(){var t=[];return function e(i,r){return t.push(i+\" \")>n.cacheLength&&delete e[t.shift()],e[i+\" \"]=r}}function at(t){return t[b]=!0,t}function lt(t){var e=p.createElement(\"fieldset\");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function ut(t,e){for(var i=t.split(\"|\"),r=i.length;r--;)n.attrHandle[i[r]]=e}function ct(t,e){var i=e&&t,n=i&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(n)return n;if(i)for(;i=i.nextSibling;)if(i===e)return-1;return t?1:-1}function ht(t){return function(e){return\"input\"===e.nodeName.toLowerCase()&&e.type===t}}function dt(t){return function(e){var i=e.nodeName.toLowerCase();return(\"input\"===i||\"button\"===i)&&e.type===t}}function pt(t){return function(e){return\"form\"in e?e.parentNode&&!1===e.disabled?\"label\"in e?\"label\"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&rt(e)===t:e.disabled===t:\"label\"in e&&e.disabled===t}}function ft(t){return at(function(e){return e=+e,at(function(i,n){for(var r,s=t([],i.length,e),o=s.length;o--;)i[r=s[o]]&&(i[r]=!(n[r]=i[r]))})})}function gt(t){return t&&void 0!==t.getElementsByTagName&&t}for(e in i=st.support={},s=st.isXML=function(t){var e=t&&(t.ownerDocument||t).documentElement;return!!e&&\"HTML\"!==e.nodeName},d=st.setDocument=function(t){var e,r,o=t?t.ownerDocument||t:w;return o!==p&&9===o.nodeType&&o.documentElement?(f=(p=o).documentElement,g=!s(p),w!==p&&(r=p.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener(\"unload\",nt,!1):r.attachEvent&&r.attachEvent(\"onunload\",nt)),i.attributes=lt(function(t){return t.className=\"i\",!t.getAttribute(\"className\")}),i.getElementsByTagName=lt(function(t){return t.appendChild(p.createComment(\"\")),!t.getElementsByTagName(\"*\").length}),i.getElementsByClassName=G.test(p.getElementsByClassName),i.getById=lt(function(t){return f.appendChild(t).id=b,!p.getElementsByName||!p.getElementsByName(b).length}),i.getById?(n.filter.ID=function(t){var e=t.replace(Q,tt);return function(t){return t.getAttribute(\"id\")===e}},n.find.ID=function(t,e){if(void 0!==e.getElementById&&g){var i=e.getElementById(t);return i?[i]:[]}}):(n.filter.ID=function(t){var e=t.replace(Q,tt);return function(t){var i=void 0!==t.getAttributeNode&&t.getAttributeNode(\"id\");return i&&i.value===e}},n.find.ID=function(t,e){if(void 0!==e.getElementById&&g){var i,n,r,s=e.getElementById(t);if(s){if((i=s.getAttributeNode(\"id\"))&&i.value===t)return[s];for(r=e.getElementsByName(t),n=0;s=r[n++];)if((i=s.getAttributeNode(\"id\"))&&i.value===t)return[s]}return[]}}),n.find.TAG=i.getElementsByTagName?function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):i.qsa?e.querySelectorAll(t):void 0}:function(t,e){var i,n=[],r=0,s=e.getElementsByTagName(t);if(\"*\"===t){for(;i=s[r++];)1===i.nodeType&&n.push(i);return n}return s},n.find.CLASS=i.getElementsByClassName&&function(t,e){if(void 0!==e.getElementsByClassName&&g)return e.getElementsByClassName(t)},v=[],m=[],(i.qsa=G.test(p.querySelectorAll))&&(lt(function(t){f.appendChild(t).innerHTML=\"\",t.querySelectorAll(\"[msallowcapture^='']\").length&&m.push(\"[*^$]=\"+j+\"*(?:''|\\\"\\\")\"),t.querySelectorAll(\"[selected]\").length||m.push(\"\\\\[\"+j+\"*(?:value|\"+M+\")\"),t.querySelectorAll(\"[id~=\"+b+\"-]\").length||m.push(\"~=\"),t.querySelectorAll(\":checked\").length||m.push(\":checked\"),t.querySelectorAll(\"a#\"+b+\"+*\").length||m.push(\".#.+[+~]\")}),lt(function(t){t.innerHTML=\"\";var e=p.createElement(\"input\");e.setAttribute(\"type\",\"hidden\"),t.appendChild(e).setAttribute(\"name\",\"D\"),t.querySelectorAll(\"[name=d]\").length&&m.push(\"name\"+j+\"*[*^$|!~]?=\"),2!==t.querySelectorAll(\":enabled\").length&&m.push(\":enabled\",\":disabled\"),f.appendChild(t).disabled=!0,2!==t.querySelectorAll(\":disabled\").length&&m.push(\":enabled\",\":disabled\"),t.querySelectorAll(\"*,:x\"),m.push(\",.*:\")})),(i.matchesSelector=G.test(_=f.matches||f.webkitMatchesSelector||f.mozMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&<(function(t){i.disconnectedMatch=_.call(t,\"*\"),_.call(t,\"[s!='']:x\"),v.push(\"!=\",L)}),m=m.length&&new RegExp(m.join(\"|\")),v=v.length&&new RegExp(v.join(\"|\")),e=G.test(f.compareDocumentPosition),y=e||G.test(f.contains)?function(t,e){var i=9===t.nodeType?t.documentElement:t,n=e&&e.parentNode;return t===n||!(!n||1!==n.nodeType||!(i.contains?i.contains(n):t.compareDocumentPosition&&16&t.compareDocumentPosition(n)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},S=e?function(t,e){if(t===e)return h=!0,0;var n=!t.compareDocumentPosition-!e.compareDocumentPosition;return n||(1&(n=(t.ownerDocument||t)===(e.ownerDocument||e)?t.compareDocumentPosition(e):1)||!i.sortDetached&&e.compareDocumentPosition(t)===n?t===p||t.ownerDocument===w&&y(w,t)?-1:e===p||e.ownerDocument===w&&y(w,e)?1:c?N(c,t)-N(c,e):0:4&n?-1:1)}:function(t,e){if(t===e)return h=!0,0;var i,n=0,r=t.parentNode,s=e.parentNode,o=[t],a=[e];if(!r||!s)return t===p?-1:e===p?1:r?-1:s?1:c?N(c,t)-N(c,e):0;if(r===s)return ct(t,e);for(i=t;i=i.parentNode;)o.unshift(i);for(i=e;i=i.parentNode;)a.unshift(i);for(;o[n]===a[n];)n++;return n?ct(o[n],a[n]):o[n]===w?-1:a[n]===w?1:0},p):p},st.matches=function(t,e){return st(t,null,null,e)},st.matchesSelector=function(t,e){if((t.ownerDocument||t)!==p&&d(t),e=e.replace(U,\"='$1']\"),i.matchesSelector&&g&&!D[e+\" \"]&&(!v||!v.test(e))&&(!m||!m.test(e)))try{var n=_.call(t,e);if(n||i.disconnectedMatch||t.document&&11!==t.document.nodeType)return n}catch(t){}return st(e,p,null,[t]).length>0},st.contains=function(t,e){return(t.ownerDocument||t)!==p&&d(t),y(t,e)},st.attr=function(t,e){(t.ownerDocument||t)!==p&&d(t);var r=n.attrHandle[e.toLowerCase()],s=r&&A.call(n.attrHandle,e.toLowerCase())?r(t,e,!g):void 0;return void 0!==s?s:i.attributes||!g?t.getAttribute(e):(s=t.getAttributeNode(e))&&s.specified?s.value:null},st.escape=function(t){return(t+\"\").replace(et,it)},st.error=function(t){throw new Error(\"Syntax error, unrecognized expression: \"+t)},st.uniqueSort=function(t){var e,n=[],r=0,s=0;if(h=!i.detectDuplicates,c=!i.sortStable&&t.slice(0),t.sort(S),h){for(;e=t[s++];)e===t[s]&&(r=n.push(s));for(;r--;)t.splice(n[r],1)}return c=null,t},r=st.getText=function(t){var e,i=\"\",n=0,s=t.nodeType;if(s){if(1===s||9===s||11===s){if(\"string\"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)i+=r(t)}else if(3===s||4===s)return t.nodeValue}else for(;e=t[n++];)i+=r(e);return i},(n=st.selectors={cacheLength:50,createPseudo:at,match:Y,attrHandle:{},find:{},relative:{\">\":{dir:\"parentNode\",first:!0},\" \":{dir:\"parentNode\"},\"+\":{dir:\"previousSibling\",first:!0},\"~\":{dir:\"previousSibling\"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(Q,tt),t[3]=(t[3]||t[4]||t[5]||\"\").replace(Q,tt),\"~=\"===t[2]&&(t[3]=\" \"+t[3]+\" \"),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),\"nth\"===t[1].slice(0,3)?(t[3]||st.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*(\"even\"===t[3]||\"odd\"===t[3])),t[5]=+(t[7]+t[8]||\"odd\"===t[3])):t[3]&&st.error(t[0]),t},PSEUDO:function(t){var e,i=!t[6]&&t[2];return Y.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||\"\":i&&B.test(i)&&(e=o(i,!0))&&(e=i.indexOf(\")\",i.length-e)-i.length)&&(t[0]=t[0].slice(0,e),t[2]=i.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(Q,tt).toLowerCase();return\"*\"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=k[t+\" \"];return e||(e=new RegExp(\"(^|\"+j+\")\"+t+\"(\"+j+\"|$)\"))&&k(t,function(t){return e.test(\"string\"==typeof t.className&&t.className||void 0!==t.getAttribute&&t.getAttribute(\"class\")||\"\")})},ATTR:function(t,e,i){return function(n){var r=st.attr(n,t);return null==r?\"!=\"===e:!e||(r+=\"\",\"=\"===e?r===i:\"!=\"===e?r!==i:\"^=\"===e?i&&0===r.indexOf(i):\"*=\"===e?i&&r.indexOf(i)>-1:\"$=\"===e?i&&r.slice(-i.length)===i:\"~=\"===e?(\" \"+r.replace(F,\" \")+\" \").indexOf(i)>-1:\"|=\"===e&&(r===i||r.slice(0,i.length+1)===i+\"-\"))}},CHILD:function(t,e,i,n,r){var s=\"nth\"!==t.slice(0,3),o=\"last\"!==t.slice(-4),a=\"of-type\"===e;return 1===n&&0===r?function(t){return!!t.parentNode}:function(e,i,l){var u,c,h,d,p,f,g=s!==o?\"nextSibling\":\"previousSibling\",m=e.parentNode,v=a&&e.nodeName.toLowerCase(),_=!l&&!a,y=!1;if(m){if(s){for(;g;){for(d=e;d=d[g];)if(a?d.nodeName.toLowerCase()===v:1===d.nodeType)return!1;f=g=\"only\"===t&&!f&&\"nextSibling\"}return!0}if(f=[o?m.firstChild:m.lastChild],o&&_){for(y=(p=(u=(c=(h=(d=m)[b]||(d[b]={}))[d.uniqueID]||(h[d.uniqueID]={}))[t]||[])[0]===x&&u[1])&&u[2],d=p&&m.childNodes[p];d=++p&&d&&d[g]||(y=p=0)||f.pop();)if(1===d.nodeType&&++y&&d===e){c[t]=[x,p,y];break}}else if(_&&(y=p=(u=(c=(h=(d=e)[b]||(d[b]={}))[d.uniqueID]||(h[d.uniqueID]={}))[t]||[])[0]===x&&u[1]),!1===y)for(;(d=++p&&d&&d[g]||(y=p=0)||f.pop())&&((a?d.nodeName.toLowerCase()!==v:1!==d.nodeType)||!++y||(_&&((c=(h=d[b]||(d[b]={}))[d.uniqueID]||(h[d.uniqueID]={}))[t]=[x,y]),d!==e)););return(y-=r)===n||y%n==0&&y/n>=0}}},PSEUDO:function(t,e){var i,r=n.pseudos[t]||n.setFilters[t.toLowerCase()]||st.error(\"unsupported pseudo: \"+t);return r[b]?r(e):r.length>1?(i=[t,t,\"\",e],n.setFilters.hasOwnProperty(t.toLowerCase())?at(function(t,i){for(var n,s=r(t,e),o=s.length;o--;)t[n=N(t,s[o])]=!(i[n]=s[o])}):function(t){return r(t,0,i)}):r}},pseudos:{not:at(function(t){var e=[],i=[],n=a(t.replace(z,\"$1\"));return n[b]?at(function(t,e,i,r){for(var s,o=n(t,null,r,[]),a=t.length;a--;)(s=o[a])&&(t[a]=!(e[a]=s))}):function(t,r,s){return e[0]=t,n(e,null,s,i),e[0]=null,!i.pop()}}),has:at(function(t){return function(e){return st(t,e).length>0}}),contains:at(function(t){return t=t.replace(Q,tt),function(e){return(e.textContent||e.innerText||r(e)).indexOf(t)>-1}}),lang:at(function(t){return V.test(t||\"\")||st.error(\"unsupported lang: \"+t),t=t.replace(Q,tt).toLowerCase(),function(e){var i;do{if(i=g?e.lang:e.getAttribute(\"xml:lang\")||e.getAttribute(\"lang\"))return(i=i.toLowerCase())===t||0===i.indexOf(t+\"-\")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var i=t.location&&t.location.hash;return i&&i.slice(1)===e.id},root:function(t){return t===f},focus:function(t){return t===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:pt(!1),disabled:pt(!0),checked:function(t){var e=t.nodeName.toLowerCase();return\"input\"===e&&!!t.checked||\"option\"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!n.pseudos.empty(t)},header:function(t){return X.test(t.nodeName)},input:function(t){return K.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return\"input\"===e&&\"button\"===t.type||\"button\"===e},text:function(t){var e;return\"input\"===t.nodeName.toLowerCase()&&\"text\"===t.type&&(null==(e=t.getAttribute(\"type\"))||\"text\"===e.toLowerCase())},first:ft(function(){return[0]}),last:ft(function(t,e){return[e-1]}),eq:ft(function(t,e,i){return[i<0?i+e:i]}),even:ft(function(t,e){for(var i=0;i=0;)t.push(n);return t}),gt:ft(function(t,e,i){for(var n=i<0?i+e:i;++n1?function(e,i,n){for(var r=t.length;r--;)if(!t[r](e,i,n))return!1;return!0}:t[0]}function bt(t,e,i,n,r){for(var s,o=[],a=0,l=t.length,u=null!=e;a-1&&(s[u]=!(o[u]=h))}}else v=bt(v===o?v.splice(f,v.length):v),r?r(null,o,v,l):O.apply(o,v)})}function xt(t){for(var e,i,r,s=t.length,o=n.relative[t[0].type],a=o||n.relative[\" \"],l=o?1:0,c=_t(function(t){return t===e},a,!0),h=_t(function(t){return N(e,t)>-1},a,!0),d=[function(t,i,n){var r=!o&&(n||i!==u)||((e=i).nodeType?c(t,i,n):h(t,i,n));return e=null,r}];l1&&yt(d),l>1&&vt(t.slice(0,l-1).concat({value:\" \"===t[l-2].type?\"*\":\"\"})).replace(z,\"$1\"),i,l0,r=t.length>0,s=function(s,o,a,l,c){var h,f,m,v=0,_=\"0\",y=s&&[],b=[],w=u,C=s||r&&n.find.TAG(\"*\",c),k=x+=null==w?1:Math.random()||.1,T=C.length;for(c&&(u=o===p||o||c);_!==T&&null!=(h=C[_]);_++){if(r&&h){for(f=0,o||h.ownerDocument===p||(d(h),a=!g);m=t[f++];)if(m(h,o||p,a)){l.push(h);break}c&&(x=k)}i&&((h=!m&&h)&&v--,s&&y.push(h))}if(v+=_,i&&_!==v){for(f=0;m=e[f++];)m(y,b,o,a);if(s){if(v>0)for(;_--;)y[_]||b[_]||(b[_]=I.call(l));b=bt(b)}O.apply(l,b),c&&!s&&b.length>0&&v+e.length>1&&st.uniqueSort(l)}return c&&(x=k,u=w),y};return i?at(s):s}(s,r))).selector=t}return a},l=st.select=function(t,e,i,r){var s,l,u,c,h,d=\"function\"==typeof t&&t,p=!r&&o(t=d.selector||t);if(i=i||[],1===p.length){if((l=p[0]=p[0].slice(0)).length>2&&\"ID\"===(u=l[0]).type&&9===e.nodeType&&g&&n.relative[l[1].type]){if(!(e=(n.find.ID(u.matches[0].replace(Q,tt),e)||[])[0]))return i;d&&(e=e.parentNode),t=t.slice(l.shift().value.length)}for(s=Y.needsContext.test(t)?0:l.length;s--&&(u=l[s],!n.relative[c=u.type]);)if((h=n.find[c])&&(r=h(u.matches[0].replace(Q,tt),J.test(l[0].type)&>(e.parentNode)||e))){if(l.splice(s,1),!(t=r.length&&vt(l)))return O.apply(i,r),i;break}}return(d||a(t,p))(r,e,!g,i,!e||J.test(t)&>(e.parentNode)||e),i},i.sortStable=b.split(\"\").sort(S).join(\"\")===b,i.detectDuplicates=!!h,d(),i.sortDetached=lt(function(t){return 1&t.compareDocumentPosition(p.createElement(\"fieldset\"))}),lt(function(t){return t.innerHTML=\"\",\"#\"===t.firstChild.getAttribute(\"href\")})||ut(\"type|href|height|width\",function(t,e,i){if(!i)return t.getAttribute(e,\"type\"===e.toLowerCase()?1:2)}),i.attributes&<(function(t){return t.innerHTML=\"\",t.firstChild.setAttribute(\"value\",\"\"),\"\"===t.firstChild.getAttribute(\"value\")})||ut(\"value\",function(t,e,i){if(!i&&\"input\"===t.nodeName.toLowerCase())return t.defaultValue}),lt(function(t){return null==t.getAttribute(\"disabled\")})||ut(M,function(t,e,i){var n;if(!i)return!0===t[e]?e.toLowerCase():(n=t.getAttributeNode(e))&&n.specified?n.value:null}),st}(i);C.find=D,C.expr=D.selectors,C.expr[\":\"]=C.expr.pseudos,C.uniqueSort=C.unique=D.uniqueSort,C.text=D.getText,C.isXMLDoc=D.isXML,C.contains=D.contains,C.escapeSelector=D.escape;var S=function(t,e,i){for(var n=[],r=void 0!==i;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(r&&C(t).is(i))break;n.push(t)}return n},A=function(t,e){for(var i=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&i.push(t);return i},E=C.expr.match.needsContext;function I(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}var $=/^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i;function O(t,e,i){return _(e)?C.grep(t,function(t,n){return!!e.call(t,n,t)!==i}):e.nodeType?C.grep(t,function(t){return t===e!==i}):\"string\"!=typeof e?C.grep(t,function(t){return h.call(e,t)>-1!==i}):C.filter(e,t,i)}C.filter=function(t,e,i){var n=e[0];return i&&(t=\":not(\"+t+\")\"),1===e.length&&1===n.nodeType?C.find.matchesSelector(n,t)?[n]:[]:C.find.matches(t,C.grep(e,function(t){return 1===t.nodeType}))},C.fn.extend({find:function(t){var e,i,n=this.length,r=this;if(\"string\"!=typeof t)return this.pushStack(C(t).filter(function(){for(e=0;e1?C.uniqueSort(i):i},filter:function(t){return this.pushStack(O(this,t||[],!1))},not:function(t){return this.pushStack(O(this,t||[],!0))},is:function(t){return!!O(this,\"string\"==typeof t&&E.test(t)?C(t):t||[],!1).length}});var P,N=/^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/;(C.fn.init=function(t,e,i){var n,r;if(!t)return this;if(i=i||P,\"string\"==typeof t){if(!(n=\"<\"===t[0]&&\">\"===t[t.length-1]&&t.length>=3?[null,t,null]:N.exec(t))||!n[1]&&e)return!e||e.jquery?(e||i).find(t):this.constructor(e).find(t);if(n[1]){if(e=e instanceof C?e[0]:e,C.merge(this,C.parseHTML(n[1],e&&e.nodeType?e.ownerDocument||e:o,!0)),$.test(n[1])&&C.isPlainObject(e))for(n in e)_(this[n])?this[n](e[n]):this.attr(n,e[n]);return this}return(r=o.getElementById(n[2]))&&(this[0]=r,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):_(t)?void 0!==i.ready?i.ready(t):t(C):C.makeArray(t,this)}).prototype=C.fn,P=C(o);var M=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function R(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}C.fn.extend({has:function(t){var e=C(t,this),i=e.length;return this.filter(function(){for(var t=0;t-1:1===i.nodeType&&C.find.matchesSelector(i,t))){s.push(i);break}return this.pushStack(s.length>1?C.uniqueSort(s):s)},index:function(t){return t?\"string\"==typeof t?h.call(C(t),this[0]):h.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(C.uniqueSort(C.merge(this.get(),C(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),C.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return S(t,\"parentNode\")},parentsUntil:function(t,e,i){return S(t,\"parentNode\",i)},next:function(t){return R(t,\"nextSibling\")},prev:function(t){return R(t,\"previousSibling\")},nextAll:function(t){return S(t,\"nextSibling\")},prevAll:function(t){return S(t,\"previousSibling\")},nextUntil:function(t,e,i){return S(t,\"nextSibling\",i)},prevUntil:function(t,e,i){return S(t,\"previousSibling\",i)},siblings:function(t){return A((t.parentNode||{}).firstChild,t)},children:function(t){return A(t.firstChild)},contents:function(t){return I(t,\"iframe\")?t.contentDocument:(I(t,\"template\")&&(t=t.content||t),C.merge([],t.childNodes))}},function(t,e){C.fn[t]=function(i,n){var r=C.map(this,e,i);return\"Until\"!==t.slice(-5)&&(n=i),n&&\"string\"==typeof n&&(r=C.filter(n,r)),this.length>1&&(j[t]||C.uniqueSort(r),M.test(t)&&r.reverse()),this.pushStack(r)}});var H=/[^\\x20\\t\\r\\n\\f]+/g;function L(t){return t}function F(t){throw t}function z(t,e,i,n){var r;try{t&&_(r=t.promise)?r.call(t).done(e).fail(i):t&&_(r=t.then)?r.call(t,e,i):e.apply(void 0,[t].slice(n))}catch(t){i.apply(void 0,[t])}}C.Callbacks=function(t){t=\"string\"==typeof t?function(t){var e={};return C.each(t.match(H)||[],function(t,i){e[i]=!0}),e}(t):C.extend({},t);var e,i,n,r,s=[],o=[],a=-1,l=function(){for(r=r||t.once,n=e=!0;o.length;a=-1)for(i=o.shift();++a-1;)s.splice(i,1),i<=a&&a--}),this},has:function(t){return t?C.inArray(t,s)>-1:s.length>0},empty:function(){return s&&(s=[]),this},disable:function(){return r=o=[],s=i=\"\",this},disabled:function(){return!s},lock:function(){return r=o=[],i||e||(s=i=\"\"),this},locked:function(){return!!r},fireWith:function(t,i){return r||(i=[t,(i=i||[]).slice?i.slice():i],o.push(i),e||l()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!n}};return u},C.extend({Deferred:function(t){var e=[[\"notify\",\"progress\",C.Callbacks(\"memory\"),C.Callbacks(\"memory\"),2],[\"resolve\",\"done\",C.Callbacks(\"once memory\"),C.Callbacks(\"once memory\"),0,\"resolved\"],[\"reject\",\"fail\",C.Callbacks(\"once memory\"),C.Callbacks(\"once memory\"),1,\"rejected\"]],n=\"pending\",r={state:function(){return n},always:function(){return s.done(arguments).fail(arguments),this},catch:function(t){return r.then(null,t)},pipe:function(){var t=arguments;return C.Deferred(function(i){C.each(e,function(e,n){var r=_(t[n[4]])&&t[n[4]];s[n[1]](function(){var t=r&&r.apply(this,arguments);t&&_(t.promise)?t.promise().progress(i.notify).done(i.resolve).fail(i.reject):i[n[0]+\"With\"](this,r?[t]:arguments)})}),t=null}).promise()},then:function(t,n,r){var s=0;function o(t,e,n,r){return function(){var a=this,l=arguments,u=function(){var i,u;if(!(t=s&&(n!==F&&(a=void 0,l=[i]),e.rejectWith(a,l))}};t?c():(C.Deferred.getStackHook&&(c.stackTrace=C.Deferred.getStackHook()),i.setTimeout(c))}}return C.Deferred(function(i){e[0][3].add(o(0,i,_(r)?r:L,i.notifyWith)),e[1][3].add(o(0,i,_(t)?t:L)),e[2][3].add(o(0,i,_(n)?n:F))}).promise()},promise:function(t){return null!=t?C.extend(t,r):r}},s={};return C.each(e,function(t,i){var o=i[2],a=i[5];r[i[1]]=o.add,a&&o.add(function(){n=a},e[3-t][2].disable,e[3-t][3].disable,e[0][2].lock,e[0][3].lock),o.add(i[3].fire),s[i[0]]=function(){return s[i[0]+\"With\"](this===s?void 0:this,arguments),this},s[i[0]+\"With\"]=o.fireWith}),r.promise(s),t&&t.call(s,s),s},when:function(t){var e=arguments.length,i=e,n=Array(i),r=l.call(arguments),s=C.Deferred(),o=function(t){return function(i){n[t]=this,r[t]=arguments.length>1?l.call(arguments):i,--e||s.resolveWith(n,r)}};if(e<=1&&(z(t,s.done(o(i)).resolve,s.reject,!e),\"pending\"===s.state()||_(r[i]&&r[i].then)))return s.then();for(;i--;)z(r[i],o(i),s.reject);return s.promise()}});var W=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;C.Deferred.exceptionHook=function(t,e){i.console&&i.console.warn&&t&&W.test(t.name)&&i.console.warn(\"jQuery.Deferred exception: \"+t.message,t.stack,e)},C.readyException=function(t){i.setTimeout(function(){throw t})};var q=C.Deferred();function U(){o.removeEventListener(\"DOMContentLoaded\",U),i.removeEventListener(\"load\",U),C.ready()}C.fn.ready=function(t){return q.then(t).catch(function(t){C.readyException(t)}),this},C.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--C.readyWait:C.isReady)||(C.isReady=!0,!0!==t&&--C.readyWait>0||q.resolveWith(o,[C]))}}),C.ready.then=q.then,\"complete\"===o.readyState||\"loading\"!==o.readyState&&!o.documentElement.doScroll?i.setTimeout(C.ready):(o.addEventListener(\"DOMContentLoaded\",U),i.addEventListener(\"load\",U));var B=function(t,e,i,n,r,s,o){var a=0,l=t.length,u=null==i;if(\"object\"===x(i))for(a in r=!0,i)B(t,e,a,i[a],!0,s,o);else if(void 0!==n&&(r=!0,_(n)||(o=!0),u&&(o?(e.call(t,n),e=null):(u=e,e=function(t,e,i){return u.call(C(t),i)})),e))for(;a1,null,!0)},removeData:function(t){return this.each(function(){Q.remove(this,t)})}}),C.extend({queue:function(t,e,i){var n;if(t)return e=(e||\"fx\")+\"queue\",n=J.get(t,e),i&&(!n||Array.isArray(i)?n=J.access(t,e,C.makeArray(i)):n.push(i)),n||[]},dequeue:function(t,e){e=e||\"fx\";var i=C.queue(t,e),n=i.length,r=i.shift(),s=C._queueHooks(t,e);\"inprogress\"===r&&(r=i.shift(),n--),r&&(\"fx\"===e&&i.unshift(\"inprogress\"),delete s.stop,r.call(t,function(){C.dequeue(t,e)},s)),!n&&s&&s.empty.fire()},_queueHooks:function(t,e){var i=e+\"queueHooks\";return J.get(t,i)||J.access(t,i,{empty:C.Callbacks(\"once memory\").add(function(){J.remove(t,[e+\"queue\",i])})})}}),C.fn.extend({queue:function(t,e){var i=2;return\"string\"!=typeof t&&(e=t,t=\"fx\",i--),arguments.length\\x20\\t\\r\\n\\f]+)/i,ft=/^$|^module$|\\/(?:java|ecma)script/i,gt={option:[1,\"\"],thead:[1,\"\",\"
\"],col:[2,\"\",\"
\"],tr:[2,\"\",\"
\"],td:[3,\"\",\"
\"],_default:[0,\"\",\"\"]};function mt(t,e){var i;return i=void 0!==t.getElementsByTagName?t.getElementsByTagName(e||\"*\"):void 0!==t.querySelectorAll?t.querySelectorAll(e||\"*\"):[],void 0===e||e&&I(t,e)?C.merge([t],i):i}function vt(t,e){for(var i=0,n=t.length;i-1)r&&r.push(s);else if(u=C.contains(s.ownerDocument,s),o=mt(h.appendChild(s),\"script\"),u&&vt(o),i)for(c=0;s=o[c++];)ft.test(s.type||\"\")&&i.push(s);return h}_t=o.createDocumentFragment().appendChild(o.createElement(\"div\")),(yt=o.createElement(\"input\")).setAttribute(\"type\",\"radio\"),yt.setAttribute(\"checked\",\"checked\"),yt.setAttribute(\"name\",\"t\"),_t.appendChild(yt),v.checkClone=_t.cloneNode(!0).cloneNode(!0).lastChild.checked,_t.innerHTML=\"\",v.noCloneChecked=!!_t.cloneNode(!0).lastChild.defaultValue;var xt=o.documentElement,Ct=/^key/,kt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Tt=/^([^.]*)(?:\\.(.+)|)/;function Dt(){return!0}function St(){return!1}function At(){try{return o.activeElement}catch(t){}}function Et(t,e,i,n,r,s){var o,a;if(\"object\"==typeof e){for(a in\"string\"!=typeof i&&(n=n||i,i=void 0),e)Et(t,a,i,n,e[a],s);return t}if(null==n&&null==r?(r=i,n=i=void 0):null==r&&(\"string\"==typeof i?(r=n,n=void 0):(r=n,n=i,i=void 0)),!1===r)r=St;else if(!r)return t;return 1===s&&(o=r,(r=function(t){return C().off(t),o.apply(this,arguments)}).guid=o.guid||(o.guid=C.guid++)),t.each(function(){C.event.add(this,e,r,n,i)})}C.event={global:{},add:function(t,e,i,n,r){var s,o,a,l,u,c,h,d,p,f,g,m=J.get(t);if(m)for(i.handler&&(i=(s=i).handler,r=s.selector),r&&C.find.matchesSelector(xt,r),i.guid||(i.guid=C.guid++),(l=m.events)||(l=m.events={}),(o=m.handle)||(o=m.handle=function(e){return void 0!==C&&C.event.triggered!==e.type?C.event.dispatch.apply(t,arguments):void 0}),u=(e=(e||\"\").match(H)||[\"\"]).length;u--;)p=g=(a=Tt.exec(e[u])||[])[1],f=(a[2]||\"\").split(\".\").sort(),p&&(h=C.event.special[p]||{},p=(r?h.delegateType:h.bindType)||p,h=C.event.special[p]||{},c=C.extend({type:p,origType:g,data:n,handler:i,guid:i.guid,selector:r,needsContext:r&&C.expr.match.needsContext.test(r),namespace:f.join(\".\")},s),(d=l[p])||((d=l[p]=[]).delegateCount=0,h.setup&&!1!==h.setup.call(t,n,f,o)||t.addEventListener&&t.addEventListener(p,o)),h.add&&(h.add.call(t,c),c.handler.guid||(c.handler.guid=i.guid)),r?d.splice(d.delegateCount++,0,c):d.push(c),C.event.global[p]=!0)},remove:function(t,e,i,n,r){var s,o,a,l,u,c,h,d,p,f,g,m=J.hasData(t)&&J.get(t);if(m&&(l=m.events)){for(u=(e=(e||\"\").match(H)||[\"\"]).length;u--;)if(p=g=(a=Tt.exec(e[u])||[])[1],f=(a[2]||\"\").split(\".\").sort(),p){for(h=C.event.special[p]||{},d=l[p=(n?h.delegateType:h.bindType)||p]||[],a=a[2]&&new RegExp(\"(^|\\\\.)\"+f.join(\"\\\\.(?:.*\\\\.|)\")+\"(\\\\.|$)\"),o=s=d.length;s--;)c=d[s],!r&&g!==c.origType||i&&i.guid!==c.guid||a&&!a.test(c.namespace)||n&&n!==c.selector&&(\"**\"!==n||!c.selector)||(d.splice(s,1),c.selector&&d.delegateCount--,h.remove&&h.remove.call(t,c));o&&!d.length&&(h.teardown&&!1!==h.teardown.call(t,f,m.handle)||C.removeEvent(t,p,m.handle),delete l[p])}else for(p in l)C.event.remove(t,p+e[u],i,n,!0);C.isEmptyObject(l)&&J.remove(t,\"handle events\")}},dispatch:function(t){var e,i,n,r,s,o,a=C.event.fix(t),l=new Array(arguments.length),u=(J.get(this,\"events\")||{})[a.type]||[],c=C.event.special[a.type]||{};for(l[0]=a,e=1;e=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&(\"click\"!==t.type||!0!==u.disabled)){for(s=[],o={},i=0;i-1:C.find(r,this,null,[u]).length),o[r]&&s.push(n);s.length&&a.push({elem:u,handlers:s})}return u=this,l\\x20\\t\\r\\n\\f]*)[^>]*)\\/>/gi,$t=/\\s*$/g;function Nt(t,e){return I(t,\"table\")&&I(11!==e.nodeType?e:e.firstChild,\"tr\")&&C(t).children(\"tbody\")[0]||t}function Mt(t){return t.type=(null!==t.getAttribute(\"type\"))+\"/\"+t.type,t}function jt(t){return\"true/\"===(t.type||\"\").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute(\"type\"),t}function Rt(t,e){var i,n,r,s,o,a,l,u;if(1===e.nodeType){if(J.hasData(t)&&(s=J.access(t),o=J.set(e,s),u=s.events))for(r in delete o.handle,o.events={},u)for(i=0,n=u[r].length;i1&&\"string\"==typeof f&&!v.checkClone&&Ot.test(f))return t.each(function(r){var s=t.eq(r);g&&(e[0]=f.call(this,r,s.html())),Ht(s,e,i,n)});if(d&&(s=(r=wt(e,t[0].ownerDocument,!1,t,n)).firstChild,1===r.childNodes.length&&(r=s),s||n)){for(a=(o=C.map(mt(r,\"script\"),Mt)).length;h\")},clone:function(t,e,i){var n,r,s,o,a,l,u,c=t.cloneNode(!0),h=C.contains(t.ownerDocument,t);if(!(v.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||C.isXMLDoc(t)))for(o=mt(c),n=0,r=(s=mt(t)).length;n0&&vt(o,!h&&mt(t,\"script\")),c},cleanData:function(t){for(var e,i,n,r=C.event.special,s=0;void 0!==(i=t[s]);s++)if(G(i)){if(e=i[J.expando]){if(e.events)for(n in e.events)r[n]?C.event.remove(i,n):C.removeEvent(i,n,e.handle);i[J.expando]=void 0}i[Q.expando]&&(i[Q.expando]=void 0)}}}),C.fn.extend({detach:function(t){return Lt(this,t,!0)},remove:function(t){return Lt(this,t)},text:function(t){return B(this,function(t){return void 0===t?C.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)})},null,t,arguments.length)},append:function(){return Ht(this,arguments,function(t){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Nt(this,t).appendChild(t)})},prepend:function(){return Ht(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=Nt(this,t);e.insertBefore(t,e.firstChild)}})},before:function(){return Ht(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this)})},after:function(){return Ht(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)})},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(C.cleanData(mt(t,!1)),t.textContent=\"\");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map(function(){return C.clone(this,t,e)})},html:function(t){return B(this,function(t){var e=this[0]||{},i=0,n=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if(\"string\"==typeof t&&!$t.test(t)&&!gt[(pt.exec(t)||[\"\",\"\"])[1].toLowerCase()]){t=C.htmlPrefilter(t);try{for(;i=0&&(l+=Math.max(0,Math.ceil(t[\"offset\"+e[0].toUpperCase()+e.slice(1)]-s-l-a-.5))),l}function te(t,e,i){var n=zt(t),r=qt(t,e,n),s=\"border-box\"===C.css(t,\"boxSizing\",!1,n),o=s;if(Ft.test(r)){if(!i)return r;r=\"auto\"}return o=o&&(v.boxSizingReliable()||r===t.style[e]),(\"auto\"===r||!parseFloat(r)&&\"inline\"===C.css(t,\"display\",!1,n))&&(r=t[\"offset\"+e[0].toUpperCase()+e.slice(1)],o=!0),(r=parseFloat(r)||0)+Qt(t,e,i||(s?\"border\":\"content\"),o,n,r)+\"px\"}function ee(t,e,i,n,r){return new ee.prototype.init(t,e,i,n,r)}C.extend({cssHooks:{opacity:{get:function(t,e){if(e){var i=qt(t,\"opacity\");return\"\"===i?\"1\":i}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(t,e,i,n){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var r,s,o,a=X(e),l=Vt.test(e),u=t.style;if(l||(e=Zt(a)),o=C.cssHooks[e]||C.cssHooks[a],void 0===i)return o&&\"get\"in o&&void 0!==(r=o.get(t,!1,n))?r:u[e];\"string\"===(s=typeof i)&&(r=rt.exec(i))&&r[1]&&(i=lt(t,e,r),s=\"number\"),null!=i&&i==i&&(\"number\"===s&&(i+=r&&r[3]||(C.cssNumber[a]?\"\":\"px\")),v.clearCloneStyle||\"\"!==i||0!==e.indexOf(\"background\")||(u[e]=\"inherit\"),o&&\"set\"in o&&void 0===(i=o.set(t,i,n))||(l?u.setProperty(e,i):u[e]=i))}},css:function(t,e,i,n){var r,s,o,a=X(e);return Vt.test(e)||(e=Zt(a)),(o=C.cssHooks[e]||C.cssHooks[a])&&\"get\"in o&&(r=o.get(t,!0,i)),void 0===r&&(r=qt(t,e,n)),\"normal\"===r&&e in Kt&&(r=Kt[e]),\"\"===i||i?(s=parseFloat(r),!0===i||isFinite(s)?s||0:r):r}}),C.each([\"height\",\"width\"],function(t,e){C.cssHooks[e]={get:function(t,i,n){if(i)return!Bt.test(C.css(t,\"display\"))||t.getClientRects().length&&t.getBoundingClientRect().width?te(t,e,n):at(t,Yt,function(){return te(t,e,n)})},set:function(t,i,n){var r,s=zt(t),o=\"border-box\"===C.css(t,\"boxSizing\",!1,s),a=n&&Qt(t,e,n,o,s);return o&&v.scrollboxSize()===s.position&&(a-=Math.ceil(t[\"offset\"+e[0].toUpperCase()+e.slice(1)]-parseFloat(s[e])-Qt(t,e,\"border\",!1,s)-.5)),a&&(r=rt.exec(i))&&\"px\"!==(r[3]||\"px\")&&(t.style[e]=i,i=C.css(t,e)),Jt(0,i,a)}}}),C.cssHooks.marginLeft=Ut(v.reliableMarginLeft,function(t,e){if(e)return(parseFloat(qt(t,\"marginLeft\"))||t.getBoundingClientRect().left-at(t,{marginLeft:0},function(){return t.getBoundingClientRect().left}))+\"px\"}),C.each({margin:\"\",padding:\"\",border:\"Width\"},function(t,e){C.cssHooks[t+e]={expand:function(i){for(var n=0,r={},s=\"string\"==typeof i?i.split(\" \"):[i];n<4;n++)r[t+st[n]+e]=s[n]||s[n-2]||s[0];return r}},\"margin\"!==t&&(C.cssHooks[t+e].set=Jt)}),C.fn.extend({css:function(t,e){return B(this,function(t,e,i){var n,r,s={},o=0;if(Array.isArray(e)){for(n=zt(t),r=e.length;o1)}}),C.Tween=ee,ee.prototype={constructor:ee,init:function(t,e,i,n,r,s){this.elem=t,this.prop=i,this.easing=r||C.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=n,this.unit=s||(C.cssNumber[i]?\"\":\"px\")},cur:function(){var t=ee.propHooks[this.prop];return t&&t.get?t.get(this):ee.propHooks._default.get(this)},run:function(t){var e,i=ee.propHooks[this.prop];return this.options.duration?this.pos=e=C.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),i&&i.set?i.set(this):ee.propHooks._default.set(this),this}},ee.prototype.init.prototype=ee.prototype,ee.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=C.css(t.elem,t.prop,\"\"))&&\"auto\"!==e?e:0},set:function(t){C.fx.step[t.prop]?C.fx.step[t.prop](t):1!==t.elem.nodeType||null==t.elem.style[C.cssProps[t.prop]]&&!C.cssHooks[t.prop]?t.elem[t.prop]=t.now:C.style(t.elem,t.prop,t.now+t.unit)}}},ee.propHooks.scrollTop=ee.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},C.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:\"swing\"},C.fx=ee.prototype.init,C.fx.step={};var ie,ne,re=/^(?:toggle|show|hide)$/,se=/queueHooks$/;function oe(){ne&&(!1===o.hidden&&i.requestAnimationFrame?i.requestAnimationFrame(oe):i.setTimeout(oe,C.fx.interval),C.fx.tick())}function ae(){return i.setTimeout(function(){ie=void 0}),ie=Date.now()}function le(t,e){var i,n=0,r={height:t};for(e=e?1:0;n<4;n+=2-e)r[\"margin\"+(i=st[n])]=r[\"padding\"+i]=t;return e&&(r.opacity=r.width=t),r}function ue(t,e,i){for(var n,r=(ce.tweeners[e]||[]).concat(ce.tweeners[\"*\"]),s=0,o=r.length;s1)},removeAttr:function(t){return this.each(function(){C.removeAttr(this,t)})}}),C.extend({attr:function(t,e,i){var n,r,s=t.nodeType;if(3!==s&&8!==s&&2!==s)return void 0===t.getAttribute?C.prop(t,e,i):(1===s&&C.isXMLDoc(t)||(r=C.attrHooks[e.toLowerCase()]||(C.expr.match.bool.test(e)?he:void 0)),void 0!==i?null===i?void C.removeAttr(t,e):r&&\"set\"in r&&void 0!==(n=r.set(t,i,e))?n:(t.setAttribute(e,i+\"\"),i):r&&\"get\"in r&&null!==(n=r.get(t,e))?n:null==(n=C.find.attr(t,e))?void 0:n)},attrHooks:{type:{set:function(t,e){if(!v.radioValue&&\"radio\"===e&&I(t,\"input\")){var i=t.value;return t.setAttribute(\"type\",e),i&&(t.value=i),e}}}},removeAttr:function(t,e){var i,n=0,r=e&&e.match(H);if(r&&1===t.nodeType)for(;i=r[n++];)t.removeAttribute(i)}}),he={set:function(t,e,i){return!1===e?C.removeAttr(t,i):t.setAttribute(i,i),i}},C.each(C.expr.match.bool.source.match(/\\w+/g),function(t,e){var i=de[e]||C.find.attr;de[e]=function(t,e,n){var r,s,o=e.toLowerCase();return n||(s=de[o],de[o]=r,r=null!=i(t,e,n)?o:null,de[o]=s),r}});var pe=/^(?:input|select|textarea|button)$/i,fe=/^(?:a|area)$/i;function ge(t){return(t.match(H)||[]).join(\" \")}function me(t){return t.getAttribute&&t.getAttribute(\"class\")||\"\"}function ve(t){return Array.isArray(t)?t:\"string\"==typeof t&&t.match(H)||[]}C.fn.extend({prop:function(t,e){return B(this,C.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each(function(){delete this[C.propFix[t]||t]})}}),C.extend({prop:function(t,e,i){var n,r,s=t.nodeType;if(3!==s&&8!==s&&2!==s)return 1===s&&C.isXMLDoc(t)||(e=C.propFix[e]||e,r=C.propHooks[e]),void 0!==i?r&&\"set\"in r&&void 0!==(n=r.set(t,i,e))?n:t[e]=i:r&&\"get\"in r&&null!==(n=r.get(t,e))?n:t[e]},propHooks:{tabIndex:{get:function(t){var e=C.find.attr(t,\"tabindex\");return e?parseInt(e,10):pe.test(t.nodeName)||fe.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:\"htmlFor\",class:\"className\"}}),v.optSelected||(C.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),C.each([\"tabIndex\",\"readOnly\",\"maxLength\",\"cellSpacing\",\"cellPadding\",\"rowSpan\",\"colSpan\",\"useMap\",\"frameBorder\",\"contentEditable\"],function(){C.propFix[this.toLowerCase()]=this}),C.fn.extend({addClass:function(t){var e,i,n,r,s,o,a,l=0;if(_(t))return this.each(function(e){C(this).addClass(t.call(this,e,me(this)))});if((e=ve(t)).length)for(;i=this[l++];)if(r=me(i),n=1===i.nodeType&&\" \"+ge(r)+\" \"){for(o=0;s=e[o++];)n.indexOf(\" \"+s+\" \")<0&&(n+=s+\" \");r!==(a=ge(n))&&i.setAttribute(\"class\",a)}return this},removeClass:function(t){var e,i,n,r,s,o,a,l=0;if(_(t))return this.each(function(e){C(this).removeClass(t.call(this,e,me(this)))});if(!arguments.length)return this.attr(\"class\",\"\");if((e=ve(t)).length)for(;i=this[l++];)if(r=me(i),n=1===i.nodeType&&\" \"+ge(r)+\" \"){for(o=0;s=e[o++];)for(;n.indexOf(\" \"+s+\" \")>-1;)n=n.replace(\" \"+s+\" \",\" \");r!==(a=ge(n))&&i.setAttribute(\"class\",a)}return this},toggleClass:function(t,e){var i=typeof t,n=\"string\"===i||Array.isArray(t);return\"boolean\"==typeof e&&n?e?this.addClass(t):this.removeClass(t):_(t)?this.each(function(i){C(this).toggleClass(t.call(this,i,me(this),e),e)}):this.each(function(){var e,r,s,o;if(n)for(r=0,s=C(this),o=ve(t);e=o[r++];)s.hasClass(e)?s.removeClass(e):s.addClass(e);else void 0!==t&&\"boolean\"!==i||((e=me(this))&&J.set(this,\"__className__\",e),this.setAttribute&&this.setAttribute(\"class\",e||!1===t?\"\":J.get(this,\"__className__\")||\"\"))})},hasClass:function(t){var e,i,n=0;for(e=\" \"+t+\" \";i=this[n++];)if(1===i.nodeType&&(\" \"+ge(me(i))+\" \").indexOf(e)>-1)return!0;return!1}});var _e=/\\r/g;C.fn.extend({val:function(t){var e,i,n,r=this[0];return arguments.length?(n=_(t),this.each(function(i){var r;1===this.nodeType&&(null==(r=n?t.call(this,i,C(this).val()):t)?r=\"\":\"number\"==typeof r?r+=\"\":Array.isArray(r)&&(r=C.map(r,function(t){return null==t?\"\":t+\"\"})),(e=C.valHooks[this.type]||C.valHooks[this.nodeName.toLowerCase()])&&\"set\"in e&&void 0!==e.set(this,r,\"value\")||(this.value=r))})):r?(e=C.valHooks[r.type]||C.valHooks[r.nodeName.toLowerCase()])&&\"get\"in e&&void 0!==(i=e.get(r,\"value\"))?i:\"string\"==typeof(i=r.value)?i.replace(_e,\"\"):null==i?\"\":i:void 0}}),C.extend({valHooks:{option:{get:function(t){var e=C.find.attr(t,\"value\");return null!=e?e:ge(C.text(t))}},select:{get:function(t){var e,i,n,r=t.options,s=t.selectedIndex,o=\"select-one\"===t.type,a=o?null:[],l=o?s+1:r.length;for(n=s<0?l:o?s:0;n-1)&&(i=!0);return i||(t.selectedIndex=-1),s}}}}),C.each([\"radio\",\"checkbox\"],function(){C.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=C.inArray(C(t).val(),e)>-1}},v.checkOn||(C.valHooks[this].get=function(t){return null===t.getAttribute(\"value\")?\"on\":t.value})}),v.focusin=\"onfocusin\"in i;var ye=/^(?:focusinfocus|focusoutblur)$/,be=function(t){t.stopPropagation()};C.extend(C.event,{trigger:function(t,e,n,r){var s,a,l,u,c,h,d,p,g=[n||o],m=f.call(t,\"type\")?t.type:t,v=f.call(t,\"namespace\")?t.namespace.split(\".\"):[];if(a=p=l=n=n||o,3!==n.nodeType&&8!==n.nodeType&&!ye.test(m+C.event.triggered)&&(m.indexOf(\".\")>-1&&(m=(v=m.split(\".\")).shift(),v.sort()),c=m.indexOf(\":\")<0&&\"on\"+m,(t=t[C.expando]?t:new C.Event(m,\"object\"==typeof t&&t)).isTrigger=r?2:3,t.namespace=v.join(\".\"),t.rnamespace=t.namespace?new RegExp(\"(^|\\\\.)\"+v.join(\"\\\\.(?:.*\\\\.|)\")+\"(\\\\.|$)\"):null,t.result=void 0,t.target||(t.target=n),e=null==e?[t]:C.makeArray(e,[t]),d=C.event.special[m]||{},r||!d.trigger||!1!==d.trigger.apply(n,e))){if(!r&&!d.noBubble&&!y(n)){for(u=d.delegateType||m,ye.test(u+m)||(a=a.parentNode);a;a=a.parentNode)g.push(a),l=a;l===(n.ownerDocument||o)&&g.push(l.defaultView||l.parentWindow||i)}for(s=0;(a=g[s++])&&!t.isPropagationStopped();)p=a,t.type=s>1?u:d.bindType||m,(h=(J.get(a,\"events\")||{})[t.type]&&J.get(a,\"handle\"))&&h.apply(a,e),(h=c&&a[c])&&h.apply&&G(a)&&(t.result=h.apply(a,e),!1===t.result&&t.preventDefault());return t.type=m,r||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(g.pop(),e)||!G(n)||c&&_(n[m])&&!y(n)&&((l=n[c])&&(n[c]=null),C.event.triggered=m,t.isPropagationStopped()&&p.addEventListener(m,be),n[m](),t.isPropagationStopped()&&p.removeEventListener(m,be),C.event.triggered=void 0,l&&(n[c]=l)),t.result}},simulate:function(t,e,i){var n=C.extend(new C.Event,i,{type:t,isSimulated:!0});C.event.trigger(n,null,e)}}),C.fn.extend({trigger:function(t,e){return this.each(function(){C.event.trigger(t,e,this)})},triggerHandler:function(t,e){var i=this[0];if(i)return C.event.trigger(t,e,i,!0)}}),v.focusin||C.each({focus:\"focusin\",blur:\"focusout\"},function(t,e){var i=function(t){C.event.simulate(e,t.target,C.event.fix(t))};C.event.special[e]={setup:function(){var n=this.ownerDocument||this,r=J.access(n,e);r||n.addEventListener(t,i,!0),J.access(n,e,(r||0)+1)},teardown:function(){var n=this.ownerDocument||this,r=J.access(n,e)-1;r?J.access(n,e,r):(n.removeEventListener(t,i,!0),J.remove(n,e))}}});var we=i.location,xe=Date.now(),Ce=/\\?/;C.parseXML=function(t){var e;if(!t||\"string\"!=typeof t)return null;try{e=(new i.DOMParser).parseFromString(t,\"text/xml\")}catch(t){e=void 0}return e&&!e.getElementsByTagName(\"parsererror\").length||C.error(\"Invalid XML: \"+t),e};var ke=/\\[\\]$/,Te=/\\r?\\n/g,De=/^(?:submit|button|image|reset|file)$/i,Se=/^(?:input|select|textarea|keygen)/i;function Ae(t,e,i,n){var r;if(Array.isArray(e))C.each(e,function(e,r){i||ke.test(t)?n(t,r):Ae(t+\"[\"+(\"object\"==typeof r&&null!=r?e:\"\")+\"]\",r,i,n)});else if(i||\"object\"!==x(e))n(t,e);else for(r in e)Ae(t+\"[\"+r+\"]\",e[r],i,n)}C.param=function(t,e){var i,n=[],r=function(t,e){var i=_(e)?e():e;n[n.length]=encodeURIComponent(t)+\"=\"+encodeURIComponent(null==i?\"\":i)};if(Array.isArray(t)||t.jquery&&!C.isPlainObject(t))C.each(t,function(){r(this.name,this.value)});else for(i in t)Ae(i,t[i],e,r);return n.join(\"&\")},C.fn.extend({serialize:function(){return C.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var t=C.prop(this,\"elements\");return t?C.makeArray(t):this}).filter(function(){var t=this.type;return this.name&&!C(this).is(\":disabled\")&&Se.test(this.nodeName)&&!De.test(t)&&(this.checked||!dt.test(t))}).map(function(t,e){var i=C(this).val();return null==i?null:Array.isArray(i)?C.map(i,function(t){return{name:e.name,value:t.replace(Te,\"\\r\\n\")}}):{name:e.name,value:i.replace(Te,\"\\r\\n\")}}).get()}});var Ee=/%20/g,Ie=/#.*$/,$e=/([?&])_=[^&]*/,Oe=/^(.*?):[ \\t]*([^\\r\\n]*)$/gm,Pe=/^(?:GET|HEAD)$/,Ne=/^\\/\\//,Me={},je={},Re=\"*/\".concat(\"*\"),He=o.createElement(\"a\");function Le(t){return function(e,i){\"string\"!=typeof e&&(i=e,e=\"*\");var n,r=0,s=e.toLowerCase().match(H)||[];if(_(i))for(;n=s[r++];)\"+\"===n[0]?(n=n.slice(1)||\"*\",(t[n]=t[n]||[]).unshift(i)):(t[n]=t[n]||[]).push(i)}}function Fe(t,e,i,n){var r={},s=t===je;function o(a){var l;return r[a]=!0,C.each(t[a]||[],function(t,a){var u=a(e,i,n);return\"string\"!=typeof u||s||r[u]?s?!(l=u):void 0:(e.dataTypes.unshift(u),o(u),!1)}),l}return o(e.dataTypes[0])||!r[\"*\"]&&o(\"*\")}function ze(t,e){var i,n,r=C.ajaxSettings.flatOptions||{};for(i in e)void 0!==e[i]&&((r[i]?t:n||(n={}))[i]=e[i]);return n&&C.extend(!0,t,n),t}He.href=we.href,C.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:we.href,type:\"GET\",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(we.protocol),global:!0,processData:!0,async:!0,contentType:\"application/x-www-form-urlencoded; charset=UTF-8\",accepts:{\"*\":Re,text:\"text/plain\",html:\"text/html\",xml:\"application/xml, text/xml\",json:\"application/json, text/javascript\"},contents:{xml:/\\bxml\\b/,html:/\\bhtml/,json:/\\bjson\\b/},responseFields:{xml:\"responseXML\",text:\"responseText\",json:\"responseJSON\"},converters:{\"* text\":String,\"text html\":!0,\"text json\":JSON.parse,\"text xml\":C.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?ze(ze(t,C.ajaxSettings),e):ze(C.ajaxSettings,t)},ajaxPrefilter:Le(Me),ajaxTransport:Le(je),ajax:function(t,e){\"object\"==typeof t&&(e=t,t=void 0),e=e||{};var n,r,s,a,l,u,c,h,d,p,f=C.ajaxSetup({},e),g=f.context||f,m=f.context&&(g.nodeType||g.jquery)?C(g):C.event,v=C.Deferred(),_=C.Callbacks(\"once memory\"),y=f.statusCode||{},b={},w={},x=\"canceled\",k={readyState:0,getResponseHeader:function(t){var e;if(c){if(!a)for(a={};e=Oe.exec(s);)a[e[1].toLowerCase()]=e[2];e=a[t.toLowerCase()]}return null==e?null:e},getAllResponseHeaders:function(){return c?s:null},setRequestHeader:function(t,e){return null==c&&(t=w[t.toLowerCase()]=w[t.toLowerCase()]||t,b[t]=e),this},overrideMimeType:function(t){return null==c&&(f.mimeType=t),this},statusCode:function(t){var e;if(t)if(c)k.always(t[k.status]);else for(e in t)y[e]=[y[e],t[e]];return this},abort:function(t){var e=t||x;return n&&n.abort(e),T(0,e),this}};if(v.promise(k),f.url=((t||f.url||we.href)+\"\").replace(Ne,we.protocol+\"//\"),f.type=e.method||e.type||f.method||f.type,f.dataTypes=(f.dataType||\"*\").toLowerCase().match(H)||[\"\"],null==f.crossDomain){u=o.createElement(\"a\");try{u.href=f.url,u.href=u.href,f.crossDomain=He.protocol+\"//\"+He.host!=u.protocol+\"//\"+u.host}catch(t){f.crossDomain=!0}}if(f.data&&f.processData&&\"string\"!=typeof f.data&&(f.data=C.param(f.data,f.traditional)),Fe(Me,f,e,k),c)return k;for(d in(h=C.event&&f.global)&&0==C.active++&&C.event.trigger(\"ajaxStart\"),f.type=f.type.toUpperCase(),f.hasContent=!Pe.test(f.type),r=f.url.replace(Ie,\"\"),f.hasContent?f.data&&f.processData&&0===(f.contentType||\"\").indexOf(\"application/x-www-form-urlencoded\")&&(f.data=f.data.replace(Ee,\"+\")):(p=f.url.slice(r.length),f.data&&(f.processData||\"string\"==typeof f.data)&&(r+=(Ce.test(r)?\"&\":\"?\")+f.data,delete f.data),!1===f.cache&&(r=r.replace($e,\"$1\"),p=(Ce.test(r)?\"&\":\"?\")+\"_=\"+xe+++p),f.url=r+p),f.ifModified&&(C.lastModified[r]&&k.setRequestHeader(\"If-Modified-Since\",C.lastModified[r]),C.etag[r]&&k.setRequestHeader(\"If-None-Match\",C.etag[r])),(f.data&&f.hasContent&&!1!==f.contentType||e.contentType)&&k.setRequestHeader(\"Content-Type\",f.contentType),k.setRequestHeader(\"Accept\",f.dataTypes[0]&&f.accepts[f.dataTypes[0]]?f.accepts[f.dataTypes[0]]+(\"*\"!==f.dataTypes[0]?\", \"+Re+\"; q=0.01\":\"\"):f.accepts[\"*\"]),f.headers)k.setRequestHeader(d,f.headers[d]);if(f.beforeSend&&(!1===f.beforeSend.call(g,k,f)||c))return k.abort();if(x=\"abort\",_.add(f.complete),k.done(f.success),k.fail(f.error),n=Fe(je,f,e,k)){if(k.readyState=1,h&&m.trigger(\"ajaxSend\",[k,f]),c)return k;f.async&&f.timeout>0&&(l=i.setTimeout(function(){k.abort(\"timeout\")},f.timeout));try{c=!1,n.send(b,T)}catch(t){if(c)throw t;T(-1,t)}}else T(-1,\"No Transport\");function T(t,e,o,a){var u,d,p,b,w,x=e;c||(c=!0,l&&i.clearTimeout(l),n=void 0,s=a||\"\",k.readyState=t>0?4:0,u=t>=200&&t<300||304===t,o&&(b=function(t,e,i){for(var n,r,s,o,a=t.contents,l=t.dataTypes;\"*\"===l[0];)l.shift(),void 0===n&&(n=t.mimeType||e.getResponseHeader(\"Content-Type\"));if(n)for(r in a)if(a[r]&&a[r].test(n)){l.unshift(r);break}if(l[0]in i)s=l[0];else{for(r in i){if(!l[0]||t.converters[r+\" \"+l[0]]){s=r;break}o||(o=r)}s=s||o}if(s)return s!==l[0]&&l.unshift(s),i[s]}(f,k,o)),b=function(t,e,i,n){var r,s,o,a,l,u={},c=t.dataTypes.slice();if(c[1])for(o in t.converters)u[o.toLowerCase()]=t.converters[o];for(s=c.shift();s;)if(t.responseFields[s]&&(i[t.responseFields[s]]=e),!l&&n&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),l=s,s=c.shift())if(\"*\"===s)s=l;else if(\"*\"!==l&&l!==s){if(!(o=u[l+\" \"+s]||u[\"* \"+s]))for(r in u)if((a=r.split(\" \"))[1]===s&&(o=u[l+\" \"+a[0]]||u[\"* \"+a[0]])){!0===o?o=u[r]:!0!==u[r]&&(s=a[0],c.unshift(a[1]));break}if(!0!==o)if(o&&t.throws)e=o(e);else try{e=o(e)}catch(t){return{state:\"parsererror\",error:o?t:\"No conversion from \"+l+\" to \"+s}}}return{state:\"success\",data:e}}(f,b,k,u),u?(f.ifModified&&((w=k.getResponseHeader(\"Last-Modified\"))&&(C.lastModified[r]=w),(w=k.getResponseHeader(\"etag\"))&&(C.etag[r]=w)),204===t||\"HEAD\"===f.type?x=\"nocontent\":304===t?x=\"notmodified\":(x=b.state,d=b.data,u=!(p=b.error))):(p=x,!t&&x||(x=\"error\",t<0&&(t=0))),k.status=t,k.statusText=(e||x)+\"\",u?v.resolveWith(g,[d,x,k]):v.rejectWith(g,[k,x,p]),k.statusCode(y),y=void 0,h&&m.trigger(u?\"ajaxSuccess\":\"ajaxError\",[k,f,u?d:p]),_.fireWith(g,[k,x]),h&&(m.trigger(\"ajaxComplete\",[k,f]),--C.active||C.event.trigger(\"ajaxStop\")))}return k},getJSON:function(t,e,i){return C.get(t,e,i,\"json\")},getScript:function(t,e){return C.get(t,void 0,e,\"script\")}}),C.each([\"get\",\"post\"],function(t,e){C[e]=function(t,i,n,r){return _(i)&&(r=r||n,n=i,i=void 0),C.ajax(C.extend({url:t,type:e,dataType:r,data:i,success:n},C.isPlainObject(t)&&t))}}),C._evalUrl=function(t){return C.ajax({url:t,type:\"GET\",dataType:\"script\",cache:!0,async:!1,global:!1,throws:!0})},C.fn.extend({wrapAll:function(t){var e;return this[0]&&(_(t)&&(t=t.call(this[0])),e=C(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map(function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t}).append(this)),this},wrapInner:function(t){return _(t)?this.each(function(e){C(this).wrapInner(t.call(this,e))}):this.each(function(){var e=C(this),i=e.contents();i.length?i.wrapAll(t):e.append(t)})},wrap:function(t){var e=_(t);return this.each(function(i){C(this).wrapAll(e?t.call(this,i):t)})},unwrap:function(t){return this.parent(t).not(\"body\").each(function(){C(this).replaceWith(this.childNodes)}),this}}),C.expr.pseudos.hidden=function(t){return!C.expr.pseudos.visible(t)},C.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},C.ajaxSettings.xhr=function(){try{return new i.XMLHttpRequest}catch(t){}};var We={0:200,1223:204},qe=C.ajaxSettings.xhr();v.cors=!!qe&&\"withCredentials\"in qe,v.ajax=qe=!!qe,C.ajaxTransport(function(t){var e,n;if(v.cors||qe&&!t.crossDomain)return{send:function(r,s){var o,a=t.xhr();if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(o in t.xhrFields)a[o]=t.xhrFields[o];for(o in t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||r[\"X-Requested-With\"]||(r[\"X-Requested-With\"]=\"XMLHttpRequest\"),r)a.setRequestHeader(o,r[o]);e=function(t){return function(){e&&(e=n=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,\"abort\"===t?a.abort():\"error\"===t?\"number\"!=typeof a.status?s(0,\"error\"):s(a.status,a.statusText):s(We[a.status]||a.status,a.statusText,\"text\"!==(a.responseType||\"text\")||\"string\"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=e(),n=a.onerror=a.ontimeout=e(\"error\"),void 0!==a.onabort?a.onabort=n:a.onreadystatechange=function(){4===a.readyState&&i.setTimeout(function(){e&&n()})},e=e(\"abort\");try{a.send(t.hasContent&&t.data||null)}catch(t){if(e)throw t}},abort:function(){e&&e()}}}),C.ajaxPrefilter(function(t){t.crossDomain&&(t.contents.script=!1)}),C.ajaxSetup({accepts:{script:\"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript\"},contents:{script:/\\b(?:java|ecma)script\\b/},converters:{\"text script\":function(t){return C.globalEval(t),t}}}),C.ajaxPrefilter(\"script\",function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type=\"GET\")}),C.ajaxTransport(\"script\",function(t){var e,i;if(t.crossDomain)return{send:function(n,r){e=C(\"