From b60e05ebfb3dab12e8ed0ddae55fc1eb3064c655 Mon Sep 17 00:00:00 2001 From: Craig Erskine Date: Wed, 12 Sep 2018 13:47:21 -0500 Subject: [PATCH] added back the subtle image overlay/border from the original design --- _src/css/main.css | 3 +++ _src/index.html | 13 +++++++++---- _src/js/main.js | 4 ++++ css/main.css | 2 +- index.html | 2 +- js/main.js | 2 +- 6 files changed, 19 insertions(+), 7 deletions(-) diff --git a/_src/css/main.css b/_src/css/main.css index 184ef9f..37ce8e0 100755 --- a/_src/css/main.css +++ b/_src/css/main.css @@ -19,6 +19,9 @@ img { vertical-align: middle; } .bg-btn { background-image: linear-gradient(to bottom, rgba(255,255,255,.1) 0%,rgba(0,0,0,0.1) 100%); } +.img-border { display: inline-block; position: relative; } +.img-border:after { border: 1px solid #000; width: 100%; height: 100%; display: block; content: ""; position: absolute; top: 0; left: 0; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 2px 3px rgba(0,0,0,0.75); } + .controls-prefs { top: 65px; left: -247px; } .controller { @apply .hidden .absolute .pin-t .z-10 .transition-slow; } diff --git a/_src/index.html b/_src/index.html index 0d4c43f..78a915a 100755 --- a/_src/index.html +++ b/_src/index.html @@ -67,7 +67,12 @@
@@ -107,17 +112,17 @@

1

-

step 1

+

step 1

Drag n’ Drop a backup game (ROM) from your Mac desktop.

2

-

step 1

+

step 1

OpenEmu 'scans' your game and begins the organisation process.

3

-

step 1

+

step 1

Your game is now neatly organised and you are ready to start playing!

diff --git a/_src/js/main.js b/_src/js/main.js index 44dd2f9..4cf63dc 100755 --- a/_src/js/main.js +++ b/_src/js/main.js @@ -38,6 +38,10 @@ $(function(){ }, 500); }); + // img-border + $('.img-border').each(function(){ + $(this).removeClass('img-border').wrap(''); + }); // gallery $('.intro-th a').on('click', function(e){ diff --git a/css/main.css b/css/main.css index a7fb52a..772a3ed 100755 --- a/css/main.css +++ b/css/main.css @@ -1 +1 @@ -/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:sans-serif}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,p,pre{margin:0}button{background:0 0;padding:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset{margin:0;padding:0}ol,ul{margin:0}*,::after,::before{border-width:0;border-style:solid;border-color:#dae1e7}img{border-style:solid}[type=button],[type=reset],[type=submit],button{border-radius:0}textarea{resize:vertical}img{max-width:100%;height:auto}button,input,optgroup,select,textarea{font-family:inherit}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:inherit;opacity:.5}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:inherit;opacity:.5}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:inherit;opacity:.5}input::placeholder,textarea::placeholder{color:inherit;opacity:.5}[role=button],button{cursor:pointer}table{border-collapse:collapse}.transition{-webkit-transition:all .25s;transition:all .25s}.transition-slow{-webkit-transition:all 1s;transition:all 1s}.text-shadow-none{text-shadow:none}.text-shadow{text-shadow:0 1px 0 #000}.text-shadow-white{text-shadow:0 1px 0 rgba(255,255,255,.2)}a{text-decoration:none;-webkit-transition:all .25s;transition:all .25s}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;line-height:1.25}ol,p,table,ul{margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}table table{margin-bottom:0}iframe{margin-bottom:1rem}img{vertical-align:middle}.bg-btn{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(to bottom,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%)}.controls-prefs{top:65px;left:-247px}.controller{display:none;position:absolute;top:0;z-index:10;-webkit-transition:all 1s;transition:all 1s}.controller-sms{left:-548px}.controller-gb{top:350px;left:-463px}.controller-nes{left:-181px}.controller-snes{right:200px}.controller-gba{top:241px;right:137px}.controller-md{top:-64px;right:-137px}.explode .controller-sms{left:-750px}.explode .controller-gb{left:-532px}.explode .controller-snes{right:-228px}.explode .controller-gba{right:-505px}.explode .controller-md{right:-764px}.modal{display:none;z-index:9999}.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:9999;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#000;background-color:rgba(50,50,50,.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:768px;-webkit-box-sizing:border-box;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==)}@-webkit-keyframes sk-stretchdelay{0%,100%,40%{-webkit-transform:scaleY(.5)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,100%,40%{transform:scaleY(.5);-webkit-transform:scaleY(.5)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.list-reset{list-style:none;padding:0}.bg-transparent{background-color:transparent}.bg-black{background-color:#101010}.bg-red{background-color:#9c2931}.bg-red-dark{background-color:#8c252c}.hover\:bg-red-light:hover{background-color:#d12733}.focus\:bg-red-light:focus{background-color:#d12733}.bg-bottom{background-position:bottom}.bg-top{background-position:top}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.border-grey-darkest{border-color:#3d4852}.border-grey-lightest{border-color:#d1ddf4}.hover\:border-red-dark:hover{border-color:#8c252c}.focus\:border-red-dark:focus{border-color:#8c252c}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.table{display:table}.hidden{display:none}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-1{-webkit-box-flex:1;-ms-flex:1;flex:1}.font-normal{font-weight:400}.font-bold{font-weight:700}.h-32{height:8rem}.h-800{height:800px}.h-auto{height:auto}.leading-normal{line-height:1.5}.m-0{margin:0}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-32{margin-bottom:8rem}.max-w-940{max-width:940px}.max-w-xxs{max-width:260px}.max-w-xs{max-width:20rem}.max-w-sm{max-width:30rem}.max-w-xl{max-width:60rem}.-m-3px{margin:-3px}.-ml-5{margin-left:-1.25rem}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-scroll{overflow-y:scroll}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.py-0{padding-top:0;padding-bottom:0}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-16{padding-left:4rem;padding-right:4rem}.py-32{padding-top:8rem;padding-bottom:8rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-6{padding-top:1.5rem}.pb-12{padding-bottom:3rem}.pt-16{padding-top:4rem}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.pin{top:0;right:0;bottom:0;left:0}.pin-t{top:0}.resize{resize:both}.shadow{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.shadow-lg{-webkit-box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08);box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)}.shadow-btn{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25);box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}.shadow-ring{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),inset 0 0 0 4px #9c2931,inset 0 0 0 5px rgba(0,0,0,.5),inset 0 0 12px #000,0 0 6px #000;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),inset 0 0 0 4px #9c2931,inset 0 0 0 5px rgba(0,0,0,.5),inset 0 0 12px #000,0 0 6px #000}.fill-current{fill:currentColor}.text-center{text-align:center}.text-current{color:currentColor}.text-black{color:#101010}.text-grey-darker{color:#555}.text-grey-dark{color:#919090}.text-grey-lightest{color:#d1ddf4}.text-white{color:#eff3fd}.text-red{color:#9c2931}.hover\:text-grey-dark:hover{color:#919090}.hover\:text-white:hover{color:#eff3fd}.hover\:text-red-light:hover{color:#d12733}.focus\:text-grey-dark:focus{color:#919090}.focus\:text-white:focus{color:#eff3fd}.focus\:text-red-light:focus{color:#d12733}.text-xxs{font-size:.65rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.visible{visibility:visible}.w-full{width:100%}.z-10{z-index:10}.z-20{z-index:20}@media (min-width:576px){.sm\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.sm\:w-1\/2{width:50%}}@media (min-width:992px){.lg\:block{display:block}.lg\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.lg\:flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.lg\:justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.lg\:justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.lg\:h-48{height:12rem}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mb-0{margin-bottom:0}.lg\:mb-5{margin-bottom:1.25rem}.lg\:mr-16{margin-right:4rem}.lg\:ml-16{margin-left:4rem}.lg\:ml-24{margin-left:6rem}.lg\:ml-auto{margin-left:auto}.lg\:max-w-full{max-width:100%}.lg\:px-0{padding-left:0;padding-right:0}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:pt-0{padding-top:0}.lg\:pr-12{padding-right:3rem}.lg\:pl-12{padding-left:3rem}.lg\:absolute{position:absolute}.lg\:sticky{position:-webkit-sticky;position:sticky}.lg\:pin{top:0;right:0;bottom:0;left:0}.lg\:pin-t{top:0}.lg\:text-left{text-align:left}.lg\:text-sm{font-size:.875rem}.lg\:w-auto{width:auto}.lg\:w-1\/3{width:33.33333%}.lg\:w-screen{width:100vw}} \ No newline at end of file +/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:sans-serif}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,p,pre{margin:0}button{background:0 0;padding:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset{margin:0;padding:0}ol,ul{margin:0}*,::after,::before{border-width:0;border-style:solid;border-color:#dae1e7}img{border-style:solid}[type=button],[type=reset],[type=submit],button{border-radius:0}textarea{resize:vertical}img{max-width:100%;height:auto}button,input,optgroup,select,textarea{font-family:inherit}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:inherit;opacity:.5}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:inherit;opacity:.5}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:inherit;opacity:.5}input::placeholder,textarea::placeholder{color:inherit;opacity:.5}[role=button],button{cursor:pointer}table{border-collapse:collapse}.transition{-webkit-transition:all .25s;transition:all .25s}.transition-slow{-webkit-transition:all 1s;transition:all 1s}.text-shadow-none{text-shadow:none}.text-shadow{text-shadow:0 1px 0 #000}.text-shadow-white{text-shadow:0 1px 0 rgba(255,255,255,.2)}a{text-decoration:none;-webkit-transition:all .25s;transition:all .25s}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;line-height:1.25}ol,p,table,ul{margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}table table{margin-bottom:0}iframe{margin-bottom:1rem}img{vertical-align:middle}.bg-btn{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(to bottom,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%)}.img-border{display:inline-block;position:relative}.img-border:after{border:1px solid #000;width:100%;height:100%;display:block;content:"";position:absolute;top:0;left:0;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 2px 3px rgba(0,0,0,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 2px 3px rgba(0,0,0,.75)}.controls-prefs{top:65px;left:-247px}.controller{display:none;position:absolute;top:0;z-index:10;-webkit-transition:all 1s;transition:all 1s}.controller-sms{left:-548px}.controller-gb{top:350px;left:-463px}.controller-nes{left:-181px}.controller-snes{right:200px}.controller-gba{top:241px;right:137px}.controller-md{top:-64px;right:-137px}.explode .controller-sms{left:-750px}.explode .controller-gb{left:-532px}.explode .controller-snes{right:-228px}.explode .controller-gba{right:-505px}.explode .controller-md{right:-764px}.modal{display:none;z-index:9999}.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:9999;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#000;background-color:rgba(50,50,50,.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:768px;-webkit-box-sizing:border-box;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==)}@-webkit-keyframes sk-stretchdelay{0%,100%,40%{-webkit-transform:scaleY(.5)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,100%,40%{transform:scaleY(.5);-webkit-transform:scaleY(.5)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.list-reset{list-style:none;padding:0}.bg-transparent{background-color:transparent}.bg-black{background-color:#101010}.bg-red{background-color:#9c2931}.bg-red-dark{background-color:#8c252c}.hover\:bg-red-light:hover{background-color:#d12733}.focus\:bg-red-light:focus{background-color:#d12733}.bg-bottom{background-position:bottom}.bg-top{background-position:top}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.border-grey-darkest{border-color:#3d4852}.border-grey-lightest{border-color:#d1ddf4}.hover\:border-red-dark:hover{border-color:#8c252c}.focus\:border-red-dark:focus{border-color:#8c252c}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.table{display:table}.hidden{display:none}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-1{-webkit-box-flex:1;-ms-flex:1;flex:1}.font-normal{font-weight:400}.font-bold{font-weight:700}.h-32{height:8rem}.h-800{height:800px}.h-auto{height:auto}.leading-normal{line-height:1.5}.m-0{margin:0}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-32{margin-bottom:8rem}.max-w-940{max-width:940px}.max-w-xxs{max-width:260px}.max-w-xs{max-width:20rem}.max-w-sm{max-width:30rem}.max-w-xl{max-width:60rem}.-m-3px{margin:-3px}.-ml-5{margin-left:-1.25rem}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-scroll{overflow-y:scroll}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.py-0{padding-top:0;padding-bottom:0}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-16{padding-left:4rem;padding-right:4rem}.py-32{padding-top:8rem;padding-bottom:8rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-6{padding-top:1.5rem}.pb-12{padding-bottom:3rem}.pt-16{padding-top:4rem}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.pin{top:0;right:0;bottom:0;left:0}.pin-t{top:0}.resize{resize:both}.shadow{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.shadow-lg{-webkit-box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08);box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)}.shadow-btn{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25);box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}.shadow-ring{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),inset 0 0 0 4px #9c2931,inset 0 0 0 5px rgba(0,0,0,.5),inset 0 0 12px #000,0 0 6px #000;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),inset 0 0 0 4px #9c2931,inset 0 0 0 5px rgba(0,0,0,.5),inset 0 0 12px #000,0 0 6px #000}.fill-current{fill:currentColor}.text-center{text-align:center}.text-current{color:currentColor}.text-black{color:#101010}.text-grey-darker{color:#555}.text-grey-dark{color:#919090}.text-grey-lightest{color:#d1ddf4}.text-white{color:#eff3fd}.text-red{color:#9c2931}.hover\:text-grey-dark:hover{color:#919090}.hover\:text-white:hover{color:#eff3fd}.hover\:text-red-light:hover{color:#d12733}.focus\:text-grey-dark:focus{color:#919090}.focus\:text-white:focus{color:#eff3fd}.focus\:text-red-light:focus{color:#d12733}.text-xxs{font-size:.65rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.visible{visibility:visible}.w-full{width:100%}.z-10{z-index:10}.z-20{z-index:20}@media (min-width:576px){.sm\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.sm\:w-1\/2{width:50%}}@media (min-width:992px){.lg\:block{display:block}.lg\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.lg\:flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.lg\:justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.lg\:justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.lg\:h-48{height:12rem}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mb-0{margin-bottom:0}.lg\:mb-5{margin-bottom:1.25rem}.lg\:mr-16{margin-right:4rem}.lg\:ml-16{margin-left:4rem}.lg\:ml-24{margin-left:6rem}.lg\:ml-auto{margin-left:auto}.lg\:max-w-full{max-width:100%}.lg\:px-0{padding-left:0;padding-right:0}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:pt-0{padding-top:0}.lg\:pr-12{padding-right:3rem}.lg\:pl-12{padding-left:3rem}.lg\:absolute{position:absolute}.lg\:sticky{position:-webkit-sticky;position:sticky}.lg\:pin{top:0;right:0;bottom:0;left:0}.lg\:pin-t{top:0}.lg\:text-left{text-align:left}.lg\:text-sm{font-size:.875rem}.lg\:w-auto{width:auto}.lg\:w-1\/3{width:33.33333%}.lg\:w-screen{width:100vw}} \ No newline at end of file diff --git a/index.html b/index.html index 9f52a1a..0aba8c9 100755 --- a/index.html +++ b/index.html @@ -1 +1 @@ -OpenEmu - Multiple Video Game System

OpenEmu is about to change the world of video game emulation. One console at a time...

For the first time, the 'It just works' philosophy now extends to open source video game emulation on the Mac. With OpenEmu, it is extremely easy to add, browse, organize and with a compatible gamepad, play those favorite games (ROMs) you already own.

prefs

Take Control

Up, Up, Down, Down, Left, Right, Left, Right, B, A, Start

Why restrict yourself to just the keyboard? Although it is not a requirement, OpenEmu is best used with a peripheral gamepad or controller to interact with your games.

Via the Controller Preferences, simply auto- magically assign buttons with any generic HID compliant USB or Bluetooth game controller.

Plug in your gamepad, select it from the list… and press start to begin your adventures!

Learn More

sega master system
gameboy
nes
snes
gameboy advance
mega drive

Time To Get Organized

Everything in its place. Automatically

We combine some of the best emulation projects together into one beautiful unified application that simply organizes your personal games library. Watch as you drop in backups of your games (ROMs) & they are gracefully added to their appropriate library along with original box art!

1

step 1

Drag n’ Drop a backup game (ROM) from your Mac desktop.

2

step 1

OpenEmu 'scans' your game and begins the organisation process.

3

step 1

Your game is now neatly organised and you are ready to start playing!

Features Overview

An exciting world of video games is within your grasp.

  • feature
  • Library

    One of the standout features of OpenEmu is how it organizes all your games into one unique, unified games library. Watch as backups of the games (ROMs) you already own are gracefully added to their appropriate library and box art is magically added. You can even create your own ‘collections’ mix and matched from different consoles.

  • feature
  • Controls & Controllers

    Any generic HID compliant USB or Bluetooth game controller should work with OpenEmu out of the box. OpenEmu now automatically maps controls for the following recognized devices in our database:

    • {{ control.name }}
    Learn More
  • feature
  • Cores & Systems

    OpenEmu is modular, and thanks to the work of other great open source projects, it can emulate a wide variety of video game systems (we call them 'cores'). OpenEmu emulates the following systems:

    • {{ system.name }} {{ system.core }}
    Learn More
\ No newline at end of file +OpenEmu - Multiple Video Game System

OpenEmu is about to change the world of video game emulation. One console at a time...

For the first time, the 'It just works' philosophy now extends to open source video game emulation on the Mac. With OpenEmu, it is extremely easy to add, browse, organize and with a compatible gamepad, play those favorite games (ROMs) you already own.

prefs

Take Control

Up, Up, Down, Down, Left, Right, Left, Right, B, A, Start

Why restrict yourself to just the keyboard? Although it is not a requirement, OpenEmu is best used with a peripheral gamepad or controller to interact with your games.

Via the Controller Preferences, simply auto- magically assign buttons with any generic HID compliant USB or Bluetooth game controller.

Plug in your gamepad, select it from the list… and press start to begin your adventures!

Learn More

sega master system
gameboy
nes
snes
gameboy advance
mega drive

Time To Get Organized

Everything in its place. Automatically

We combine some of the best emulation projects together into one beautiful unified application that simply organizes your personal games library. Watch as you drop in backups of your games (ROMs) & they are gracefully added to their appropriate library along with original box art!

1

step 1

Drag n’ Drop a backup game (ROM) from your Mac desktop.

2

step 1

OpenEmu 'scans' your game and begins the organisation process.

3

step 1

Your game is now neatly organised and you are ready to start playing!

Features Overview

An exciting world of video games is within your grasp.

  • feature
  • Library

    One of the standout features of OpenEmu is how it organizes all your games into one unique, unified games library. Watch as backups of the games (ROMs) you already own are gracefully added to their appropriate library and box art is magically added. You can even create your own ‘collections’ mix and matched from different consoles.

  • feature
  • Controls & Controllers

    Any generic HID compliant USB or Bluetooth game controller should work with OpenEmu out of the box. OpenEmu now automatically maps controls for the following recognized devices in our database:

    • {{ control.name }}
    Learn More
  • feature
  • Cores & Systems

    OpenEmu is modular, and thanks to the work of other great open source projects, it can emulate a wide variety of video game systems (we call them 'cores'). OpenEmu emulates the following systems:

    • {{ system.name }} {{ system.core }}
    Learn More
\ No newline at end of file diff --git a/js/main.js b/js/main.js index cbea678..04b5ce6 100755 --- a/js/main.js +++ b/js/main.js @@ -1 +1 @@ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],k=C.document,r=Object.getPrototypeOf,s=t.slice,v=t.concat,l=t.push,i=t.indexOf,n={},o=n.toString,m=n.hasOwnProperty,a=m.toString,c=a.call(Object),g={},y=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},b=function(e){return null!=e&&e===e.window},u={type:!0,src:!0,noModule:!0};function x(e,t,n){var r,i=(t=t||k).createElement("script");if(i.text=e,n)for(r in u)n[r]&&(i[r]=n[r]);t.head.appendChild(i).parentNode.removeChild(i)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var $=function(e,t){return new $.fn.init(e,t)},f=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!y(e)&&!b(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+I+")"+I+"*"),U=new RegExp("="+I+"*([^\\]'\"]*?)"+I+"*\\]","g"),z=new RegExp(q),V=new RegExp("^"+M+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+H),PSEUDO:new RegExp("^"+q),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+I+"*(even|odd|(([+-]|)(\\d*)n|)"+I+"*(?:([+-]|)"+I+"*(\\d+)|))"+I+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+I+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+I+"*((?:-\\d)?\\d*)"+I+"*\\)|)(?=[^-]|$)","i")},J=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,G=/^[^{]+\{\s*\[native \w/,Q=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Y=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+I+"?|("+I+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){_()},ie=ye(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{N.apply(t=D.call(y.childNodes),y.childNodes),t[y.childNodes.length].nodeType}catch(n){N={apply:t.length?function(e,t){j.apply(e,D.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function oe(e,t,n,r){var i,o,a,s,l,c,u,f=t&&t.ownerDocument,p=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==p&&9!==p&&11!==p)return n;if(!r&&((t?t.ownerDocument||t:y)!==C&&_(t),t=t||C,k)){if(11!==p&&(l=Q.exec(e)))if(i=l[1]){if(9===p){if(!(a=t.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&g(t,a)&&a.id===i)return n.push(a),n}else{if(l[2])return N.apply(n,t.getElementsByTagName(e)),n;if((i=l[3])&&d.getElementsByClassName&&t.getElementsByClassName)return N.apply(n,t.getElementsByClassName(i)),n}if(d.qsa&&!A[e+" "]&&(!m||!m.test(e))){if(1!==p)f=t,u=e;else if("object"!==t.nodeName.toLowerCase()){for((s=t.getAttribute("id"))?s=s.replace(te,ne):t.setAttribute("id",s=$),o=(c=h(e)).length;o--;)c[o]="#"+s+" "+ge(c[o]);u=c.join(","),f=Y.test(e)&&ve(t.parentNode)||t}if(u)try{return N.apply(n,f.querySelectorAll(u)),n}catch(e){}finally{s===$&&t.removeAttribute("id")}}}return v(e.replace(F,"$1"),t,n,r)}function ae(){var r=[];return function e(t,n){return r.push(t+" ")>x.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function se(e){return e[$]=!0,e}function le(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ce(e,t){for(var n=e.split("|"),r=n.length;r--;)x.attrHandle[n[r]]=t}function ue(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function fe(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function pe(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function de(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&&ie(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function he(a){return se(function(o){return o=+o,se(function(e,t){for(var n,r=a([],e.length,o),i=r.length;i--;)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&void 0!==e.getElementsByTagName&&e}for(e in d=oe.support={},i=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},_=oe.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:y;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,k=!i(C),y!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",re,!1):n.attachEvent&&n.attachEvent("onunload",re)),d.attributes=le(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=le(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=G.test(C.getElementsByClassName),d.getById=le(function(e){return a.appendChild(e).id=$,!C.getElementsByName||!C.getElementsByName($).length}),d.getById?(x.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},x.find.ID=function(e,t){if(void 0!==t.getElementById&&k){var n=t.getElementById(e);return n?[n]:[]}}):(x.filter.ID=function(e){var n=e.replace(Z,ee);return function(e){var t=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},x.find.ID=function(e,t){if(void 0!==t.getElementById&&k){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),x.find.TAG=d.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"!==e)return o;for(;n=o[i++];)1===n.nodeType&&r.push(n);return r},x.find.CLASS=d.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&k)return t.getElementsByClassName(e)},s=[],m=[],(d.qsa=G.test(C.querySelectorAll))&&(le(function(e){a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&m.push("[*^$]="+I+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||m.push("\\["+I+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+$+"-]").length||m.push("~="),e.querySelectorAll(":checked").length||m.push(":checked"),e.querySelectorAll("a#"+$+"+*").length||m.push(".#.+[+~]")}),le(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&m.push("name"+I+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&m.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&m.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),m.push(",.*:")})),(d.matchesSelector=G.test(u=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&le(function(e){d.disconnectedMatch=u.call(e,"*"),u.call(e,"[s!='']:x"),s.push("!=",q)}),m=m.length&&new RegExp(m.join("|")),s=s.length&&new RegExp(s.join("|")),t=G.test(a.compareDocumentPosition),g=t||G.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},S=t?function(e,t){if(e===t)return c=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===y&&g(y,e)?-1:t===C||t.ownerDocument===y&&g(y,t)?1:l?L(l,e)-L(l,t):0:4&n?-1:1)}:function(e,t){if(e===t)return c=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:l?L(l,e)-L(l,t):0;if(i===o)return ue(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?ue(a[r],s[r]):a[r]===y?-1:s[r]===y?1:0}),C},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&_(e),t=t.replace(U,"='$1']"),d.matchesSelector&&k&&!A[t+" "]&&(!s||!s.test(t))&&(!m||!m.test(t)))try{var n=u.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return X.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&z.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+I+")"+e+"("+I+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=oe.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function E(e,n,r){return y(n)?$.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?$.grep(e,function(e){return e===n!==r}):"string"!=typeof n?$.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;($.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||O,"string"!=typeof e)return e.nodeType?(this[0]=e,this.length=1,this):y(e)?void 0!==n.ready?n.ready(e):e($):$.makeArray(e,this);if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:j.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof $?t[0]:t,$.merge(this,$.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:k,!0)),S.test(r[1])&&$.isPlainObject(t))for(r in t)y(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=k.getElementById(r[2]))&&(this[0]=i,this.length=1),this}).prototype=$.fn,O=$(k);var N=/^(?:parents|prev(?:Until|All))/,D={children:!0,contents:!0,next:!0,prev:!0};function L(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}$.fn.extend({has:function(e){var t=$(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]+)/i,ue=/^$|^module$|\/(?:java|ecma)script/i,fe={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function pe(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?$.merge([e],n):n}function de(e,t){for(var n=0,r=e.length;nx",g.noCloneChecked=!!he.cloneNode(!0).lastChild.defaultValue;var ye=k.documentElement,be=/^key/,xe=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,we=/^([^.]*)(?:\.(.+)|)/;function _e(){return!0}function Ce(){return!1}function ke(){try{return k.activeElement}catch(e){}}function $e(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)$e(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Ce;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return $().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=$.guid++)),e.each(function(){$.event.add(this,t,i,r,n)})}$.event={global:{},add:function(t,e,n,r,i){var o,a,s,l,c,u,f,p,d,h,v,m=K.get(t);if(m)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&$.find.matchesSelector(ye,i),n.guid||(n.guid=$.guid++),(l=m.events)||(l=m.events={}),(a=m.handle)||(a=m.handle=function(e){return void 0!==$&&$.event.triggered!==e.type?$.event.dispatch.apply(t,arguments):void 0}),c=(e=(e||"").match(P)||[""]).length;c--;)d=v=(s=we.exec(e[c])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=$.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=$.event.special[d]||{},u=$.extend({type:d,origType:v,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&$.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=l[d])||((p=l[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,u),u.handler.guid||(u.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,u):p.push(u),$.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,a,s,l,c,u,f,p,d,h,v,m=K.hasData(e)&&K.get(e);if(m&&(l=m.events)){for(c=(t=(t||"").match(P)||[""]).length;c--;)if(d=v=(s=we.exec(t[c])||[])[1],h=(s[2]||"").split(".").sort(),d){for(f=$.event.special[d]||{},p=l[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;o--;)u=p[o],!i&&v!==u.origType||n&&n.guid!==u.guid||s&&!s.test(u.namespace)||r&&r!==u.selector&&("**"!==r||!u.selector)||(p.splice(o,1),u.selector&&p.delegateCount--,f.remove&&f.remove.call(e,u));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,m.handle)||$.removeEvent(e,d,m.handle),delete l[d])}else for(d in l)$.event.remove(e,d+t[c],n,r,!0);$.isEmptyObject(l)&&K.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=$.event.fix(e),l=new Array(arguments.length),c=(K.get(this,"events")||{})[s.type]||[],u=$.event.special[s.type]||{};for(l[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&$(e).children("tbody")[0]||e}function je(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Ne(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function De(e,t){var n,r,i,o,a,s,l,c;if(1===t.nodeType){if(K.hasData(e)&&(o=K.access(e),a=K.set(t,o),c=o.events))for(i in delete a.handle,a.events={},c)for(n=0,r=c[i].length;n")},clone:function(e,t,n){var r,i,o,a,s,l,c,u=e.cloneNode(!0),f=$.contains(e.ownerDocument,e);if(!(g.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||$.isXMLDoc(e)))for(a=pe(u),r=0,i=(o=pe(e)).length;r").prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),k.head.appendChild(r[0])},abort:function(){i&&i()}}});var Bt,Wt=[],Ut=/(=)\?(?=&|$)|\?\?/;$.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Wt.pop()||$.expando+"_"+xt++;return this[e]=!0,e}}),$.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=y(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(wt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||$.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?$(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Wt.push(r)),o&&y(i)&&i(o[0]),o=i=void 0}),"script"}),g.createHTMLDocument=((Bt=k.implementation.createHTMLDocument("").body).innerHTML="
",2===Bt.childNodes.length),$.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(g.createHTMLDocument?((r=(t=k.implementation.createHTMLDocument("")).createElement("base")).href=k.location.href,t.head.appendChild(r)):t=k),o=!n&&[],(i=S.exec(e))?[t.createElement(i[1])]:(i=ge([e],t,o),o&&o.length&&$(o).remove(),$.merge([],i.childNodes)));var r,i,o},$.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append($.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},$.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){$.fn[t]=function(e){return this.on(t,e)}}),$.expr.pseudos.animated=function(t){return $.grep($.timers,function(e){return t===e.elem}).length},$.offset={setOffset:function(e,t,n){var r,i,o,a,s,l,c=$.css(e,"position"),u=$(e),f={};"static"===c&&(e.style.position="relative"),s=u.offset(),o=$.css(e,"top"),l=$.css(e,"left"),i=("absolute"===c||"fixed"===c)&&-1<(o+l).indexOf("auto")?(a=(r=u.position()).top,r.left):(a=parseFloat(o)||0,parseFloat(l)||0),y(t)&&(t=t.call(e,n,$.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):u.css(f)}},$.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){$.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===$.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===$.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=$(e).offset()).top+=$.css(e,"borderTopWidth",!0),i.left+=$.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-$.css(r,"marginTop",!0),left:t.left-i.left-$.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===$.css(e,"position");)e=e.offsetParent;return e||ye})}}),$.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;$.fn[t]=function(e){return B(this,function(e,t,n){var r;if(b(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),$.each(["top","left"],function(e,n){$.cssHooks[n]=Re(g.pixelPosition,function(e,t){if(t)return t=qe(e,n),Ie.test(t)?$(e).position()[n]+"px":t})}),$.each({Height:"height",Width:"width"},function(a,s){$.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){$.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return b(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?$.css(e,t,i):$.style(e,t,n,i)},s,n?e:void 0,n)}})}),$.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){$.fn[n]=function(e,t){return 0e.id;)n--;yt.splice(n+1,0,e)}else yt.push(e);wt||(wt=!0,Je(kt))}}(this)},Tt.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||M(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){Ie(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},Tt.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Tt.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},Tt.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||f(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var At={enumerable:!0,configurable:!0,get:x,set:x};function St(e,t,n){At.get=function(){return this[t][n]},At.set=function(e){this[t][n]=e},Object.defineProperty(e,n,At)}var Et={lazy:!0};function Ot(e,t,n){var r=!Y();At.set="function"==typeof n?(At.get=r?jt(t):n,x):(At.get=n.get?r&&!1!==n.cache?jt(t):n.get:x,n.set?n.set:x),Object.defineProperty(e,t,At)}function jt(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),oe.target&&e.depend(),e.value}}function Nt(e,t,n,r){return c(n)&&(n=(r=n).handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}function Dt(t,e){if(t){for(var n=Object.create(null),r=ne?Reflect.ownKeys(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}):Object.keys(t),i=0;iparseInt(this.max)&&mn(a,s[0],s,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}}};gn=pn,bn={get:function(){return j}},Object.defineProperty(gn,"config",bn),gn.util={warn:re,extend:m,mergeOptions:Oe,defineReactive:we},gn.set=_e,gn.delete=Ce,gn.nextTick=Je,gn.options=Object.create(null),$.forEach(function(e){gn.options[e+"s"]=Object.create(null)}),m((gn.options._base=gn).options.components,wn),gn.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(-1=a&&c()};setTimeout(function(){l\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,Yi="[a-zA-Z_][\\w\\-\\.]*",Zi="((?:"+Yi+"\\:)?"+Yi+")",eo=new RegExp("^<"+Zi),to=/^\s*(\/?)>/,no=new RegExp("^<\\/"+Zi+"[^>]*>"),ro=/^]+>/i,io=/^",""":'"',"&":"&"," ":"\n"," ":"\t"},bo=/&(?:lt|gt|quot|amp);/g,xo=/&(?:lt|gt|quot|amp|#10|#9);/g,wo=s("pre,textarea",!0),_o=function(e,t){return e&&wo(e)&&"\n"===t[0]},Co=/^@|^v-on:/,ko=/^v-|^@|^:/,$o=/([^]*?)\s+(?:in|of)\s+([^]*)/,To=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Ao=/^\(|\)$/g,So=/:(.*)$/,Eo=/^:|^v-bind:/,Oo=/\.[^.]+/g,jo=e(function(e){return(Bi=Bi||document.createElement("div")).innerHTML=e,Bi.textContent});function No(e,t,n){return{type:1,tag:e,attrsList:t,attrsMap:function(e){for(var t={},n=0,r=e.length;n-1"+("true"===d?":("+c+")":":_q("+c+","+d+")")),wr(l,"change","var $$a="+c+",$$el=$event.target,$$c=$$el.checked?("+d+"):("+h+");if(Array.isArray($$a)){var $$v="+(f?"_n("+p+")":p)+",$$i=_i($$a,$$v);if($$el.checked){$$i<0&&("+$r(c,"$$a.concat([$$v])")+")}else{$$i>-1&&("+$r(c,"$$a.slice(0,$$i).concat($$a.slice($$i+1))")+")}}else{"+$r(c,"$$c")+"}",null,!0);else if("input"===b&&"radio"===x)r=e,i=g,a=(o=y)&&o.number,s=_r(r,"value")||"null",yr(r,"checked","_q("+i+","+(s=a?"_n("+s+")":s)+")"),wr(r,"change",$r(i,s),null,!0);else if("input"===b||"textarea"===b)!function(e,t,n){var r=e.attrsMap.type,i=n||{},o=i.lazy,a=i.number,s=i.trim,l=!o&&"range"!==r,c=o?"change":"range"===r?Nr:"input",u="$event.target.value";s&&(u="$event.target.value.trim()"),a&&(u="_n("+u+")");var f=$r(t,u);l&&(f="if($event.target.composing)return;"+f),yr(e,"value","("+t+")"),wr(e,c,f,null,!0),(s||a)&&wr(e,"blur","$forceUpdate()")}(e,g,y);else if(!j.isReservedTag(b))return kr(e,g,y),!1;return!0},text:function(e,t){t.value&&yr(e,"textContent","_s("+t.value+")")},html:function(e,t){t.value&&yr(e,"innerHTML","_s("+t.value+")")}},isPreTag:function(e){return"pre"===e},isUnaryTag:Ji,mustUseProp:kn,canBeLeftOpenTag:Ki,isReservedTag:Mn,getTagNamespace:Hn,staticKeys:(Ro=Wo,Ro.reduce(function(e,t){return e.concat(t.staticKeys||[])},[]).join(","))},zo=e(function(e){return s("type,tag,attrsList,attrsMap,plain,parent,children,attrs"+(e?","+e:""))});var Vo=/^([\w$_]+|\([^)]*?\))\s*=>|^function\s*\(/,Xo=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,Jo={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},Ko={esc:"Escape",tab:"Tab",enter:"Enter",space:" ",up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete"]},Go=function(e){return"if("+e+")return null;"},Qo={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:Go("$event.target !== $event.currentTarget"),ctrl:Go("!$event.ctrlKey"),shift:Go("!$event.shiftKey"),alt:Go("!$event.altKey"),meta:Go("!$event.metaKey"),left:Go("'button' in $event && $event.button !== 0"),middle:Go("'button' in $event && $event.button !== 1"),right:Go("'button' in $event && $event.button !== 2")};function Yo(e,t,n){var r=t?"nativeOn:{":"on:{";for(var i in e)r+='"'+i+'":'+Zo(i,e[i])+",";return r.slice(0,-1)+"}"}function Zo(t,e){if(!e)return"function(){}";if(Array.isArray(e))return"["+e.map(function(e){return Zo(t,e)}).join(",")+"]";var n=Xo.test(e.value),r=Vo.test(e.value);if(e.modifiers){var i="",o="",a=[];for(var s in e.modifiers)if(Qo[s])o+=Qo[s],Jo[s]&&a.push(s);else if("exact"===s){var l=e.modifiers;o+=Go(["ctrl","shift","alt","meta"].filter(function(e){return!l[e]}).map(function(e){return"$event."+e+"Key"}).join("||"))}else a.push(s);return a.length&&(i+="if(!('button' in $event)&&"+a.map(ea).join("&&")+")return null;"),o&&(i+=o),"function($event){"+i+(n?"return "+e.value+"($event)":r?"return ("+e.value+")($event)":e.value)+"}"}return n||r?e.value:"function($event){"+e.value+"}"}function ea(e){var t=parseInt(e,10);if(t)return"$event.keyCode!=="+t;var n=Jo[e],r=Ko[e];return"_k($event.keyCode,"+JSON.stringify(e)+","+JSON.stringify(n)+",$event.key,"+JSON.stringify(r)+")"}var ta={on:function(e,t){e.wrapListeners=function(e){return"_g("+e+","+t.value+")"}},bind:function(t,n){t.wrapData=function(e){return"_b("+e+",'"+t.tag+"',"+n.value+","+(n.modifiers&&n.modifiers.prop?"true":"false")+(n.modifiers&&n.modifiers.sync?",true":"")+")"}},cloak:x},na=function(e){this.options=e,this.warn=e.warn||mr,this.transforms=gr(e.modules,"transformCode"),this.dataGenFns=gr(e.modules,"genData"),this.directives=m(m({},ta),e.directives);var t=e.isReservedTag||A;this.maybeComponent=function(e){return!t(e.tag)},this.onceId=0,this.staticRenderFns=[]};function ra(e,t){var n=new na(t);return{render:"with(this){return "+(e?ia(e,n):'_c("div")')+"}",staticRenderFns:n.staticRenderFns}}function ia(e,t){if(e.staticRoot&&!e.staticProcessed)return oa(e,t);if(e.once&&!e.onceProcessed)return aa(e,t);if(e.for&&!e.forProcessed)return y=t,b=(g=e).for,x=g.alias,w=g.iterator1?","+g.iterator1:"",_=g.iterator2?","+g.iterator2:"",g.forProcessed=!0,"_l(("+b+"),function("+x+w+_+"){return "+ia(g,y)+"})";if(e.if&&!e.ifProcessed)return sa(e,t);if("template"!==e.tag||e.slotTarget){if("slot"===e.tag)return s=t,l=(a=e).slotName||'"default"',c=ca(a,s),u="_t("+l+(c?","+c:""),f=a.attrs&&"{"+a.attrs.map(function(e){return C(e.name)+":"+e.value}).join(",")+"}",p=a.attrsMap["v-bind"],!f&&!p||c||(u+=",null"),f&&(u+=","+f),p&&(u+=(f?"":",null")+","+p),u+")";var n;if(e.component)d=e.component,v=t,m=(h=e).inlineTemplate?null:ca(h,v,!0),n="_c("+d+","+la(h,v)+(m?","+m:"")+")";else{var r=e.plain?void 0:la(e,t),i=e.inlineTemplate?null:ca(e,t,!0);n="_c('"+e.tag+"'"+(r?","+r:"")+(i?","+i:"")+")"}for(var o=0;o]*>)","i")),n=i.replace(t,function(e,t,n){return r=n.length,mo(o)||"noscript"===o||(t=t.replace(//g,"$1").replace(//g,"$1")),_o(o,t)&&(t=t.slice(1)),d.chars&&d.chars(t),""});a+=i.length-n.length,i=n,T(o,a-r,a)}else{var s=i.indexOf("<");if(0===s){if(io.test(i)){var l=i.indexOf("--\x3e");if(0<=l){d.shouldKeepComment&&d.comment(i.substring(4,l)),C(l+3);continue}}if(oo.test(i)){var c=i.indexOf("]>");if(0<=c){C(c+2);continue}}var u=i.match(ro);if(u){C(u[0].length);continue}var f=i.match(no);if(f){var p=a;C(f[0].length),T(f[1],p,a);continue}var b=k();if(b){$(b),_o(h,i)&&C(1);continue}}var x=void 0,w=void 0,_=void 0;if(0<=s){for(w=i.slice(s);!(no.test(w)||eo.test(w)||io.test(w)||oo.test(w)||(_=w.indexOf("<",1))<0);)s+=_,w=i.slice(s);x=i.substring(0,s),C(s)}s<0&&(x=i,i=""),d.chars&&x&&d.chars(x)}if(i===e){d.chars&&d.chars(i);break}}function C(e){a+=e,i=i.substring(e)}function k(){var e=i.match(eo);if(e){var t,n,r={tagName:e[1],attrs:[],start:a};for(C(e[0].length);!(t=i.match(to))&&(n=i.match(Qi));)C(n[0].length),r.attrs.push(n);if(t)return r.unarySlash=t[1],C(t[0].length),r.end=a,r}}function $(e){var t=e.tagName,n=e.unarySlash;m&&("p"===h&&Gi(t)&&T(h),y(t)&&h===t&&T(t));for(var r,i,o,a=g(t)||!!n,s=e.attrs.length,l=new Array(s),c=0;c':'
',0"),this.$body.append(this.$elm),r=function(e,t){t.elm.remove()},this.showSpinner(),n.trigger(i.modal.AJAX_SEND),i.get(t).done(function(e){if(i.modal.isActive()){n.trigger(i.modal.AJAX_SUCCESS);var t=a();t.$elm.empty().append(e).on(i.modal.CLOSE,r),t.hideSpinner(),t.open(),n.trigger(i.modal.AJAX_COMPLETE)}}).fail(function(){n.trigger(i.modal.AJAX_FAIL),a().hideSpinner(),o.pop(),n.trigger(i.modal.AJAX_COMPLETE)});else this.$elm=n,this.anchor=n,this.$body.append(this.$elm),this.open()},i.modal.prototype={constructor:i.modal,open:function(){var e=this;this.block(),this.anchor.blur(),this.options.doFade?setTimeout(function(){e.show()},this.options.fadeDuration*this.options.fadeDelay):this.show(),i(t).off("keydown.modal").on("keydown.modal",function(e){var t=a();27===e.which&&t.options.escapeClose&&t.close()}),this.options.clickClose&&this.$blocker.click(function(e){e.target===this&&i.modal.close()})},close:function(){o.pop(),this.unblock(),this.hide(),i.modal.isActive()||i(t).off("keydown.modal")},block:function(){this.$elm.trigger(i.modal.BEFORE_BLOCK,[this._ctx()]),this.$body.css("overflow","hidden"),this.$blocker=i('
').appendTo(this.$body),r(),this.options.doFade&&this.$blocker.css("opacity",0).animate({opacity:1},this.options.fadeDuration),this.$elm.trigger(i.modal.BLOCK,[this._ctx()])},unblock:function(e){!e&&this.options.doFade?this.$blocker.fadeOut(this.options.fadeDuration,this.unblock.bind(this,!0)):(this.$blocker.children().appendTo(this.$body),this.$blocker.remove(),this.$blocker=null,r(),i.modal.isActive()||this.$body.css("overflow",""))},show:function(){this.$elm.trigger(i.modal.BEFORE_OPEN,[this._ctx()]),this.options.showClose&&(this.closeButton=i(''+this.options.closeText+""),this.$elm.append(this.closeButton)),this.$elm.addClass(this.options.modalClass).appendTo(this.$blocker),this.options.doFade?this.$elm.css({opacity:0,display:"inline-block"}).animate({opacity:1},this.options.fadeDuration):this.$elm.css("display","inline-block"),this.$elm.trigger(i.modal.OPEN,[this._ctx()])},hide:function(){this.$elm.trigger(i.modal.BEFORE_CLOSE,[this._ctx()]),this.closeButton&&this.closeButton.remove();var e=this;this.options.doFade?this.$elm.fadeOut(this.options.fadeDuration,function(){e.$elm.trigger(i.modal.AFTER_CLOSE,[e._ctx()])}):this.$elm.hide(0,function(){e.$elm.trigger(i.modal.AFTER_CLOSE,[e._ctx()])}),this.$elm.trigger(i.modal.CLOSE,[this._ctx()])},showSpinner:function(){this.options.showSpinner&&(this.spinner=this.spinner||i('
').append(this.options.spinnerHtml),this.$body.append(this.spinner),this.spinner.show())},hideSpinner:function(){this.spinner&&this.spinner.remove()},_ctx:function(){return{elm:this.$elm,$elm:this.$elm,$blocker:this.$blocker,options:this.options}}},i.modal.close=function(e){if(i.modal.isActive()){e&&e.preventDefault();var t=a();return t.close(),t.$elm}},i.modal.isActive=function(){return 0
',showSpinner:!0,showClose:!0,fadeDuration:null,fadeDelay:1},i.modal.BEFORE_BLOCK="modal:before-block",i.modal.BLOCK="modal:block",i.modal.BEFORE_OPEN="modal:before-open",i.modal.OPEN="modal:open",i.modal.BEFORE_CLOSE="modal:before-close",i.modal.CLOSE="modal:close",i.modal.AFTER_CLOSE="modal:after-close",i.modal.AJAX_SEND="modal:ajax:send",i.modal.AJAX_SUCCESS="modal:ajax:success",i.modal.AJAX_FAIL="modal:ajax:fail",i.modal.AJAX_COMPLETE="modal:ajax:complete",i.fn.modal=function(e){return 1===this.length&&new i.modal(this,e),this},i(t).on("click.modal",'a[rel~="modal:close"]',i.modal.close),i(t).on("click.modal",'a[rel~="modal:open"]',function(e){e.preventDefault(),i(this).modal()})}),function(a){a.fn.inViewport=function(e){var t=~~Math.round(parseFloat(e))||0,n=a(this).offset().top,r=n+a(this).outerHeight(),i=a(window).scrollTop(),o=i+(a(window).height()+t);return i');var t=$(this).data("src");$(".intro-img").fadeOut("fast",function(){$(this).attr("src",t).fadeIn()})}}),$(window).on("load resize scroll",function(){$(".controls").each(function(){$(this).inViewport("-400")?($(this).addClass("explode"),$(".controls-prefs").removeClass("opacity-0"),$(".controls-intro").removeClass("opacity-0").find("h3").removeClass("pt-16")):($(this).removeClass("explode"),$(".controls-prefs").addClass("opacity-0"),$(".controls-intro").addClass("opacity-0").find("h3").addClass("pt-16"))})}),$(".donate-nav").click(function(e){e.preventDefault(),$(this).modal({fadeDuration:250})})}); \ No newline at end of file +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],$=C.document,r=Object.getPrototypeOf,s=t.slice,v=t.concat,l=t.push,i=t.indexOf,n={},o=n.toString,m=n.hasOwnProperty,a=m.toString,c=a.call(Object),g={},y=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},b=function(e){return null!=e&&e===e.window},u={type:!0,src:!0,noModule:!0};function x(e,t,n){var r,i=(t=t||$).createElement("script");if(i.text=e,n)for(r in u)n[r]&&(i[r]=n[r]);t.head.appendChild(i).parentNode.removeChild(i)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var k=function(e,t){return new k.fn.init(e,t)},f=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!y(e)&&!b(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+I+")"+I+"*"),U=new RegExp("="+I+"*([^\\]'\"]*?)"+I+"*\\]","g"),z=new RegExp(q),V=new RegExp("^"+M+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+H),PSEUDO:new RegExp("^"+q),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+I+"*(even|odd|(([+-]|)(\\d*)n|)"+I+"*(?:([+-]|)"+I+"*(\\d+)|))"+I+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+I+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+I+"*((?:-\\d)?\\d*)"+I+"*\\)|)(?=[^-]|$)","i")},J=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,G=/^[^{]+\{\s*\[native \w/,Q=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Y=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+I+"?|("+I+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){_()},ie=ye(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{N.apply(t=D.call(y.childNodes),y.childNodes),t[y.childNodes.length].nodeType}catch(n){N={apply:t.length?function(e,t){j.apply(e,D.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function oe(e,t,n,r){var i,o,a,s,l,c,u,f=t&&t.ownerDocument,p=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==p&&9!==p&&11!==p)return n;if(!r&&((t?t.ownerDocument||t:y)!==C&&_(t),t=t||C,$)){if(11!==p&&(l=Q.exec(e)))if(i=l[1]){if(9===p){if(!(a=t.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&g(t,a)&&a.id===i)return n.push(a),n}else{if(l[2])return N.apply(n,t.getElementsByTagName(e)),n;if((i=l[3])&&d.getElementsByClassName&&t.getElementsByClassName)return N.apply(n,t.getElementsByClassName(i)),n}if(d.qsa&&!A[e+" "]&&(!m||!m.test(e))){if(1!==p)f=t,u=e;else if("object"!==t.nodeName.toLowerCase()){for((s=t.getAttribute("id"))?s=s.replace(te,ne):t.setAttribute("id",s=k),o=(c=h(e)).length;o--;)c[o]="#"+s+" "+ge(c[o]);u=c.join(","),f=Y.test(e)&&ve(t.parentNode)||t}if(u)try{return N.apply(n,f.querySelectorAll(u)),n}catch(e){}finally{s===k&&t.removeAttribute("id")}}}return v(e.replace(F,"$1"),t,n,r)}function ae(){var r=[];return function e(t,n){return r.push(t+" ")>x.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function se(e){return e[k]=!0,e}function le(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ce(e,t){for(var n=e.split("|"),r=n.length;r--;)x.attrHandle[n[r]]=t}function ue(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function fe(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function pe(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function de(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&&ie(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function he(a){return se(function(o){return o=+o,se(function(e,t){for(var n,r=a([],e.length,o),i=r.length;i--;)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&void 0!==e.getElementsByTagName&&e}for(e in d=oe.support={},i=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},_=oe.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:y;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,$=!i(C),y!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",re,!1):n.attachEvent&&n.attachEvent("onunload",re)),d.attributes=le(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=le(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=G.test(C.getElementsByClassName),d.getById=le(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(x.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},x.find.ID=function(e,t){if(void 0!==t.getElementById&&$){var n=t.getElementById(e);return n?[n]:[]}}):(x.filter.ID=function(e){var n=e.replace(Z,ee);return function(e){var t=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},x.find.ID=function(e,t){if(void 0!==t.getElementById&&$){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),x.find.TAG=d.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"!==e)return o;for(;n=o[i++];)1===n.nodeType&&r.push(n);return r},x.find.CLASS=d.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&$)return t.getElementsByClassName(e)},s=[],m=[],(d.qsa=G.test(C.querySelectorAll))&&(le(function(e){a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&m.push("[*^$]="+I+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||m.push("\\["+I+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+k+"-]").length||m.push("~="),e.querySelectorAll(":checked").length||m.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||m.push(".#.+[+~]")}),le(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&m.push("name"+I+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&m.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&m.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),m.push(",.*:")})),(d.matchesSelector=G.test(u=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&le(function(e){d.disconnectedMatch=u.call(e,"*"),u.call(e,"[s!='']:x"),s.push("!=",q)}),m=m.length&&new RegExp(m.join("|")),s=s.length&&new RegExp(s.join("|")),t=G.test(a.compareDocumentPosition),g=t||G.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},S=t?function(e,t){if(e===t)return c=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===y&&g(y,e)?-1:t===C||t.ownerDocument===y&&g(y,t)?1:l?L(l,e)-L(l,t):0:4&n?-1:1)}:function(e,t){if(e===t)return c=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:l?L(l,e)-L(l,t):0;if(i===o)return ue(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?ue(a[r],s[r]):a[r]===y?-1:s[r]===y?1:0}),C},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&_(e),t=t.replace(U,"='$1']"),d.matchesSelector&&$&&!A[t+" "]&&(!s||!s.test(t))&&(!m||!m.test(t)))try{var n=u.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return X.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&z.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+I+")"+e+"("+I+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=oe.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function E(e,n,r){return y(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||O,"string"!=typeof e)return e.nodeType?(this[0]=e,this.length=1,this):y(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this);if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:j.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:$,!0)),S.test(r[1])&&k.isPlainObject(t))for(r in t)y(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=$.getElementById(r[2]))&&(this[0]=i,this.length=1),this}).prototype=k.fn,O=k($);var N=/^(?:parents|prev(?:Until|All))/,D={children:!0,contents:!0,next:!0,prev:!0};function L(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]+)/i,ue=/^$|^module$|\/(?:java|ecma)script/i,fe={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function pe(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function de(e,t){for(var n=0,r=e.length;nx",g.noCloneChecked=!!he.cloneNode(!0).lastChild.defaultValue;var ye=$.documentElement,be=/^key/,xe=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,we=/^([^.]*)(?:\.(.+)|)/;function _e(){return!0}function Ce(){return!1}function $e(){try{return $.activeElement}catch(e){}}function ke(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)ke(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Ce;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,l,c,u,f,p,d,h,v,m=K.get(t);if(m)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ye,i),n.guid||(n.guid=k.guid++),(l=m.events)||(l=m.events={}),(a=m.handle)||(a=m.handle=function(e){return void 0!==k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),c=(e=(e||"").match(P)||[""]).length;c--;)d=v=(s=we.exec(e[c])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},u=k.extend({type:d,origType:v,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=l[d])||((p=l[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,u),u.handler.guid||(u.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,u):p.push(u),k.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,a,s,l,c,u,f,p,d,h,v,m=K.hasData(e)&&K.get(e);if(m&&(l=m.events)){for(c=(t=(t||"").match(P)||[""]).length;c--;)if(d=v=(s=we.exec(t[c])||[])[1],h=(s[2]||"").split(".").sort(),d){for(f=k.event.special[d]||{},p=l[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;o--;)u=p[o],!i&&v!==u.origType||n&&n.guid!==u.guid||s&&!s.test(u.namespace)||r&&r!==u.selector&&("**"!==r||!u.selector)||(p.splice(o,1),u.selector&&p.delegateCount--,f.remove&&f.remove.call(e,u));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,m.handle)||k.removeEvent(e,d,m.handle),delete l[d])}else for(d in l)k.event.remove(e,d+t[c],n,r,!0);k.isEmptyObject(l)&&K.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),l=new Array(arguments.length),c=(K.get(this,"events")||{})[s.type]||[],u=k.event.special[s.type]||{};for(l[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function je(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Ne(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function De(e,t){var n,r,i,o,a,s,l,c;if(1===t.nodeType){if(K.hasData(e)&&(o=K.access(e),a=K.set(t,o),c=o.events))for(i in delete a.handle,a.events={},c)for(n=0,r=c[i].length;n")},clone:function(e,t,n){var r,i,o,a,s,l,c,u=e.cloneNode(!0),f=k.contains(e.ownerDocument,e);if(!(g.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=pe(u),r=0,i=(o=pe(e)).length;r").prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),$.head.appendChild(r[0])},abort:function(){i&&i()}}});var Bt,Wt=[],Ut=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Wt.pop()||k.expando+"_"+xt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=y(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(wt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Wt.push(r)),o&&y(i)&&i(o[0]),o=i=void 0}),"script"}),g.createHTMLDocument=((Bt=$.implementation.createHTMLDocument("").body).innerHTML="
",2===Bt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(g.createHTMLDocument?((r=(t=$.implementation.createHTMLDocument("")).createElement("base")).href=$.location.href,t.head.appendChild(r)):t=$),o=!n&&[],(i=S.exec(e))?[t.createElement(i[1])]:(i=ge([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,l,c=k.css(e,"position"),u=k(e),f={};"static"===c&&(e.style.position="relative"),s=u.offset(),o=k.css(e,"top"),l=k.css(e,"left"),i=("absolute"===c||"fixed"===c)&&-1<(o+l).indexOf("auto")?(a=(r=u.position()).top,r.left):(a=parseFloat(o)||0,parseFloat(l)||0),y(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):u.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===k.css(e,"position");)e=e.offsetParent;return e||ye})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return B(this,function(e,t,n){var r;if(b(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=Re(g.pixelPosition,function(e,t){if(t)return t=qe(e,n),Ie.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return b(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 0e.id;)n--;yt.splice(n+1,0,e)}else yt.push(e);wt||(wt=!0,Je($t))}}(this)},Tt.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||M(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){Ie(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},Tt.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Tt.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},Tt.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||f(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var At={enumerable:!0,configurable:!0,get:x,set:x};function St(e,t,n){At.get=function(){return this[t][n]},At.set=function(e){this[t][n]=e},Object.defineProperty(e,n,At)}var Et={lazy:!0};function Ot(e,t,n){var r=!Y();At.set="function"==typeof n?(At.get=r?jt(t):n,x):(At.get=n.get?r&&!1!==n.cache?jt(t):n.get:x,n.set?n.set:x),Object.defineProperty(e,t,At)}function jt(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),oe.target&&e.depend(),e.value}}function Nt(e,t,n,r){return c(n)&&(n=(r=n).handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}function Dt(t,e){if(t){for(var n=Object.create(null),r=ne?Reflect.ownKeys(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}):Object.keys(t),i=0;iparseInt(this.max)&&mn(a,s[0],s,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}}};gn=pn,bn={get:function(){return j}},Object.defineProperty(gn,"config",bn),gn.util={warn:re,extend:m,mergeOptions:Oe,defineReactive:we},gn.set=_e,gn.delete=Ce,gn.nextTick=Je,gn.options=Object.create(null),k.forEach(function(e){gn.options[e+"s"]=Object.create(null)}),m((gn.options._base=gn).options.components,wn),gn.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(-1=a&&c()};setTimeout(function(){l\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,Yi="[a-zA-Z_][\\w\\-\\.]*",Zi="((?:"+Yi+"\\:)?"+Yi+")",eo=new RegExp("^<"+Zi),to=/^\s*(\/?)>/,no=new RegExp("^<\\/"+Zi+"[^>]*>"),ro=/^]+>/i,io=/^",""":'"',"&":"&"," ":"\n"," ":"\t"},bo=/&(?:lt|gt|quot|amp);/g,xo=/&(?:lt|gt|quot|amp|#10|#9);/g,wo=s("pre,textarea",!0),_o=function(e,t){return e&&wo(e)&&"\n"===t[0]},Co=/^@|^v-on:/,$o=/^v-|^@|^:/,ko=/([^]*?)\s+(?:in|of)\s+([^]*)/,To=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Ao=/^\(|\)$/g,So=/:(.*)$/,Eo=/^:|^v-bind:/,Oo=/\.[^.]+/g,jo=e(function(e){return(Bi=Bi||document.createElement("div")).innerHTML=e,Bi.textContent});function No(e,t,n){return{type:1,tag:e,attrsList:t,attrsMap:function(e){for(var t={},n=0,r=e.length;n-1"+("true"===d?":("+c+")":":_q("+c+","+d+")")),wr(l,"change","var $$a="+c+",$$el=$event.target,$$c=$$el.checked?("+d+"):("+h+");if(Array.isArray($$a)){var $$v="+(f?"_n("+p+")":p)+",$$i=_i($$a,$$v);if($$el.checked){$$i<0&&("+kr(c,"$$a.concat([$$v])")+")}else{$$i>-1&&("+kr(c,"$$a.slice(0,$$i).concat($$a.slice($$i+1))")+")}}else{"+kr(c,"$$c")+"}",null,!0);else if("input"===b&&"radio"===x)r=e,i=g,a=(o=y)&&o.number,s=_r(r,"value")||"null",yr(r,"checked","_q("+i+","+(s=a?"_n("+s+")":s)+")"),wr(r,"change",kr(i,s),null,!0);else if("input"===b||"textarea"===b)!function(e,t,n){var r=e.attrsMap.type,i=n||{},o=i.lazy,a=i.number,s=i.trim,l=!o&&"range"!==r,c=o?"change":"range"===r?Nr:"input",u="$event.target.value";s&&(u="$event.target.value.trim()"),a&&(u="_n("+u+")");var f=kr(t,u);l&&(f="if($event.target.composing)return;"+f),yr(e,"value","("+t+")"),wr(e,c,f,null,!0),(s||a)&&wr(e,"blur","$forceUpdate()")}(e,g,y);else if(!j.isReservedTag(b))return $r(e,g,y),!1;return!0},text:function(e,t){t.value&&yr(e,"textContent","_s("+t.value+")")},html:function(e,t){t.value&&yr(e,"innerHTML","_s("+t.value+")")}},isPreTag:function(e){return"pre"===e},isUnaryTag:Ji,mustUseProp:$n,canBeLeftOpenTag:Ki,isReservedTag:Mn,getTagNamespace:Hn,staticKeys:(Ro=Wo,Ro.reduce(function(e,t){return e.concat(t.staticKeys||[])},[]).join(","))},zo=e(function(e){return s("type,tag,attrsList,attrsMap,plain,parent,children,attrs"+(e?","+e:""))});var Vo=/^([\w$_]+|\([^)]*?\))\s*=>|^function\s*\(/,Xo=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,Jo={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},Ko={esc:"Escape",tab:"Tab",enter:"Enter",space:" ",up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete"]},Go=function(e){return"if("+e+")return null;"},Qo={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:Go("$event.target !== $event.currentTarget"),ctrl:Go("!$event.ctrlKey"),shift:Go("!$event.shiftKey"),alt:Go("!$event.altKey"),meta:Go("!$event.metaKey"),left:Go("'button' in $event && $event.button !== 0"),middle:Go("'button' in $event && $event.button !== 1"),right:Go("'button' in $event && $event.button !== 2")};function Yo(e,t,n){var r=t?"nativeOn:{":"on:{";for(var i in e)r+='"'+i+'":'+Zo(i,e[i])+",";return r.slice(0,-1)+"}"}function Zo(t,e){if(!e)return"function(){}";if(Array.isArray(e))return"["+e.map(function(e){return Zo(t,e)}).join(",")+"]";var n=Xo.test(e.value),r=Vo.test(e.value);if(e.modifiers){var i="",o="",a=[];for(var s in e.modifiers)if(Qo[s])o+=Qo[s],Jo[s]&&a.push(s);else if("exact"===s){var l=e.modifiers;o+=Go(["ctrl","shift","alt","meta"].filter(function(e){return!l[e]}).map(function(e){return"$event."+e+"Key"}).join("||"))}else a.push(s);return a.length&&(i+="if(!('button' in $event)&&"+a.map(ea).join("&&")+")return null;"),o&&(i+=o),"function($event){"+i+(n?"return "+e.value+"($event)":r?"return ("+e.value+")($event)":e.value)+"}"}return n||r?e.value:"function($event){"+e.value+"}"}function ea(e){var t=parseInt(e,10);if(t)return"$event.keyCode!=="+t;var n=Jo[e],r=Ko[e];return"_k($event.keyCode,"+JSON.stringify(e)+","+JSON.stringify(n)+",$event.key,"+JSON.stringify(r)+")"}var ta={on:function(e,t){e.wrapListeners=function(e){return"_g("+e+","+t.value+")"}},bind:function(t,n){t.wrapData=function(e){return"_b("+e+",'"+t.tag+"',"+n.value+","+(n.modifiers&&n.modifiers.prop?"true":"false")+(n.modifiers&&n.modifiers.sync?",true":"")+")"}},cloak:x},na=function(e){this.options=e,this.warn=e.warn||mr,this.transforms=gr(e.modules,"transformCode"),this.dataGenFns=gr(e.modules,"genData"),this.directives=m(m({},ta),e.directives);var t=e.isReservedTag||A;this.maybeComponent=function(e){return!t(e.tag)},this.onceId=0,this.staticRenderFns=[]};function ra(e,t){var n=new na(t);return{render:"with(this){return "+(e?ia(e,n):'_c("div")')+"}",staticRenderFns:n.staticRenderFns}}function ia(e,t){if(e.staticRoot&&!e.staticProcessed)return oa(e,t);if(e.once&&!e.onceProcessed)return aa(e,t);if(e.for&&!e.forProcessed)return y=t,b=(g=e).for,x=g.alias,w=g.iterator1?","+g.iterator1:"",_=g.iterator2?","+g.iterator2:"",g.forProcessed=!0,"_l(("+b+"),function("+x+w+_+"){return "+ia(g,y)+"})";if(e.if&&!e.ifProcessed)return sa(e,t);if("template"!==e.tag||e.slotTarget){if("slot"===e.tag)return s=t,l=(a=e).slotName||'"default"',c=ca(a,s),u="_t("+l+(c?","+c:""),f=a.attrs&&"{"+a.attrs.map(function(e){return C(e.name)+":"+e.value}).join(",")+"}",p=a.attrsMap["v-bind"],!f&&!p||c||(u+=",null"),f&&(u+=","+f),p&&(u+=(f?"":",null")+","+p),u+")";var n;if(e.component)d=e.component,v=t,m=(h=e).inlineTemplate?null:ca(h,v,!0),n="_c("+d+","+la(h,v)+(m?","+m:"")+")";else{var r=e.plain?void 0:la(e,t),i=e.inlineTemplate?null:ca(e,t,!0);n="_c('"+e.tag+"'"+(r?","+r:"")+(i?","+i:"")+")"}for(var o=0;o]*>)","i")),n=i.replace(t,function(e,t,n){return r=n.length,mo(o)||"noscript"===o||(t=t.replace(//g,"$1").replace(//g,"$1")),_o(o,t)&&(t=t.slice(1)),d.chars&&d.chars(t),""});a+=i.length-n.length,i=n,T(o,a-r,a)}else{var s=i.indexOf("<");if(0===s){if(io.test(i)){var l=i.indexOf("--\x3e");if(0<=l){d.shouldKeepComment&&d.comment(i.substring(4,l)),C(l+3);continue}}if(oo.test(i)){var c=i.indexOf("]>");if(0<=c){C(c+2);continue}}var u=i.match(ro);if(u){C(u[0].length);continue}var f=i.match(no);if(f){var p=a;C(f[0].length),T(f[1],p,a);continue}var b=$();if(b){k(b),_o(h,i)&&C(1);continue}}var x=void 0,w=void 0,_=void 0;if(0<=s){for(w=i.slice(s);!(no.test(w)||eo.test(w)||io.test(w)||oo.test(w)||(_=w.indexOf("<",1))<0);)s+=_,w=i.slice(s);x=i.substring(0,s),C(s)}s<0&&(x=i,i=""),d.chars&&x&&d.chars(x)}if(i===e){d.chars&&d.chars(i);break}}function C(e){a+=e,i=i.substring(e)}function $(){var e=i.match(eo);if(e){var t,n,r={tagName:e[1],attrs:[],start:a};for(C(e[0].length);!(t=i.match(to))&&(n=i.match(Qi));)C(n[0].length),r.attrs.push(n);if(t)return r.unarySlash=t[1],C(t[0].length),r.end=a,r}}function k(e){var t=e.tagName,n=e.unarySlash;m&&("p"===h&&Gi(t)&&T(h),y(t)&&h===t&&T(t));for(var r,i,o,a=g(t)||!!n,s=e.attrs.length,l=new Array(s),c=0;c':'
',0"),this.$body.append(this.$elm),r=function(e,t){t.elm.remove()},this.showSpinner(),n.trigger(i.modal.AJAX_SEND),i.get(t).done(function(e){if(i.modal.isActive()){n.trigger(i.modal.AJAX_SUCCESS);var t=a();t.$elm.empty().append(e).on(i.modal.CLOSE,r),t.hideSpinner(),t.open(),n.trigger(i.modal.AJAX_COMPLETE)}}).fail(function(){n.trigger(i.modal.AJAX_FAIL),a().hideSpinner(),o.pop(),n.trigger(i.modal.AJAX_COMPLETE)});else this.$elm=n,this.anchor=n,this.$body.append(this.$elm),this.open()},i.modal.prototype={constructor:i.modal,open:function(){var e=this;this.block(),this.anchor.blur(),this.options.doFade?setTimeout(function(){e.show()},this.options.fadeDuration*this.options.fadeDelay):this.show(),i(t).off("keydown.modal").on("keydown.modal",function(e){var t=a();27===e.which&&t.options.escapeClose&&t.close()}),this.options.clickClose&&this.$blocker.click(function(e){e.target===this&&i.modal.close()})},close:function(){o.pop(),this.unblock(),this.hide(),i.modal.isActive()||i(t).off("keydown.modal")},block:function(){this.$elm.trigger(i.modal.BEFORE_BLOCK,[this._ctx()]),this.$body.css("overflow","hidden"),this.$blocker=i('
').appendTo(this.$body),r(),this.options.doFade&&this.$blocker.css("opacity",0).animate({opacity:1},this.options.fadeDuration),this.$elm.trigger(i.modal.BLOCK,[this._ctx()])},unblock:function(e){!e&&this.options.doFade?this.$blocker.fadeOut(this.options.fadeDuration,this.unblock.bind(this,!0)):(this.$blocker.children().appendTo(this.$body),this.$blocker.remove(),this.$blocker=null,r(),i.modal.isActive()||this.$body.css("overflow",""))},show:function(){this.$elm.trigger(i.modal.BEFORE_OPEN,[this._ctx()]),this.options.showClose&&(this.closeButton=i(''+this.options.closeText+""),this.$elm.append(this.closeButton)),this.$elm.addClass(this.options.modalClass).appendTo(this.$blocker),this.options.doFade?this.$elm.css({opacity:0,display:"inline-block"}).animate({opacity:1},this.options.fadeDuration):this.$elm.css("display","inline-block"),this.$elm.trigger(i.modal.OPEN,[this._ctx()])},hide:function(){this.$elm.trigger(i.modal.BEFORE_CLOSE,[this._ctx()]),this.closeButton&&this.closeButton.remove();var e=this;this.options.doFade?this.$elm.fadeOut(this.options.fadeDuration,function(){e.$elm.trigger(i.modal.AFTER_CLOSE,[e._ctx()])}):this.$elm.hide(0,function(){e.$elm.trigger(i.modal.AFTER_CLOSE,[e._ctx()])}),this.$elm.trigger(i.modal.CLOSE,[this._ctx()])},showSpinner:function(){this.options.showSpinner&&(this.spinner=this.spinner||i('
').append(this.options.spinnerHtml),this.$body.append(this.spinner),this.spinner.show())},hideSpinner:function(){this.spinner&&this.spinner.remove()},_ctx:function(){return{elm:this.$elm,$elm:this.$elm,$blocker:this.$blocker,options:this.options}}},i.modal.close=function(e){if(i.modal.isActive()){e&&e.preventDefault();var t=a();return t.close(),t.$elm}},i.modal.isActive=function(){return 0
',showSpinner:!0,showClose:!0,fadeDuration:null,fadeDelay:1},i.modal.BEFORE_BLOCK="modal:before-block",i.modal.BLOCK="modal:block",i.modal.BEFORE_OPEN="modal:before-open",i.modal.OPEN="modal:open",i.modal.BEFORE_CLOSE="modal:before-close",i.modal.CLOSE="modal:close",i.modal.AFTER_CLOSE="modal:after-close",i.modal.AJAX_SEND="modal:ajax:send",i.modal.AJAX_SUCCESS="modal:ajax:success",i.modal.AJAX_FAIL="modal:ajax:fail",i.modal.AJAX_COMPLETE="modal:ajax:complete",i.fn.modal=function(e){return 1===this.length&&new i.modal(this,e),this},i(t).on("click.modal",'a[rel~="modal:close"]',i.modal.close),i(t).on("click.modal",'a[rel~="modal:open"]',function(e){e.preventDefault(),i(this).modal()})}),function(a){a.fn.inViewport=function(e){var t=~~Math.round(parseFloat(e))||0,n=a(this).offset().top,r=n+a(this).outerHeight(),i=a(window).scrollTop(),o=i+(a(window).height()+t);return i')}),$(".intro-th a").on("click",function(e){if(e.preventDefault(),!$(this).hasClass("active")){$(".intro-th a").removeClass("active"),$(".intro-th .ring").remove(),$(".intro-th img").addClass("opacity-50"),$(this).addClass("active").find("img").removeClass("opacity-50"),$(this).append('');var t=$(this).data("src");$(".intro-img").fadeOut("fast",function(){$(this).attr("src",t).fadeIn()})}}),$(window).on("load resize scroll",function(){$(".controls").each(function(){$(this).inViewport("-400")?($(this).addClass("explode"),$(".controls-prefs").removeClass("opacity-0"),$(".controls-intro").removeClass("opacity-0").find("h3").removeClass("pt-16")):($(this).removeClass("explode"),$(".controls-prefs").addClass("opacity-0"),$(".controls-intro").addClass("opacity-0").find("h3").addClass("pt-16"))})}),$(".donate-nav").click(function(e){e.preventDefault(),$(this).modal({fadeDuration:250})})}); \ No newline at end of file