From 4aa82486b2e2f7e7cca8de0889f4948880a8d97d Mon Sep 17 00:00:00 2001 From: Exodus4D Date: Mon, 5 Sep 2016 17:50:02 +0200 Subject: [PATCH 01/11] - js build preperation for next release --- app/pathfinder.ini | 2 +- public/js/v1.1.4/app.js | 2 - public/js/v1.1.4/app.js.map | 1 - public/js/v1.1.4/app/login.js | 16 - public/js/v1.1.4/app/login.js.map | 1 - public/js/v1.1.4/app/mappage.js | 32537 ---------------- public/js/v1.1.4/app/mappage.js.map | 140 - public/js/v1.1.4/app/notification.js | 2 - public/js/v1.1.4/app/notification.js.map | 1 - public/js/v1.1.4/app/setup.js | 13 - public/js/v1.1.4/app/setup.js.map | 1 - public/js/v1.1.4/build.txt | 138 - .../js/v1.1.4/lib/bootstrap-image-gallery.js | 2 - .../v1.1.4/lib/bootstrap-image-gallery.js.map | 1 - public/js/v1.1.4/lib/jquery.fullscreen.min.js | 2 - .../v1.1.4/lib/jquery.fullscreen.min.js.map | 1 - public/js/v1.1.4/lib/jsPlumb-2.0.5.js | 7 - public/js/v1.1.4/lib/jsPlumb-2.0.5.js.map | 1 - .../js/v1.1.4/lib/pnotify/pnotify.buttons.js | 2 - .../v1.1.4/lib/pnotify/pnotify.buttons.js.map | 1 - public/js/v1.1.4/lib/require.js | 2 - public/js/v1.1.4/lib/require.js.map | 1 - .../{v1.1.4/app.js.src.js => v1.1.5/app.js} | 0 public/js/v1.1.5/app/config/signature_type.js | 413 + public/js/v1.1.5/app/config/system_effect.js | 733 + public/js/v1.1.5/app/counter.js | 87 + public/js/v1.1.5/app/init.js | 417 + public/js/v1.1.5/app/logging.js | 504 + public/js/v1.1.5/app/login.js | 711 + public/js/v1.1.5/app/map/contextmenu.js | 110 + public/js/v1.1.5/app/map/magnetizing.js | 180 + public/js/v1.1.5/app/map/map.js | 3220 ++ public/js/v1.1.5/app/map/overlay.js | 406 + public/js/v1.1.5/app/map/scrollbar.js | 75 + public/js/v1.1.5/app/map/system.js | 194 + public/js/v1.1.5/app/map/util.js | 598 + public/js/v1.1.5/app/mappage.js | 322 + public/js/v1.1.5/app/module_map.js | 762 + public/js/v1.1.5/app/notification.js | 190 + public/js/v1.1.5/app/page.js | 1022 + public/js/v1.1.5/app/render.js | 69 + public/js/v1.1.5/app/setup.js | 55 + public/js/v1.1.5/app/ui/demo_map.js | 314 + .../v1.1.5/app/ui/dialog/account_settings.js | 209 + public/js/v1.1.5/app/ui/dialog/credit.js | 51 + .../js/v1.1.5/app/ui/dialog/delete_account.js | 116 + public/js/v1.1.5/app/ui/dialog/jump_info.js | 39 + public/js/v1.1.5/app/ui/dialog/manual.js | 172 + public/js/v1.1.5/app/ui/dialog/map_info.js | 831 + .../js/v1.1.5/app/ui/dialog/map_settings.js | 608 + .../js/v1.1.5/app/ui/dialog/notification.js | 88 + public/js/v1.1.5/app/ui/dialog/releases.js | 84 + .../js/v1.1.5/app/ui/dialog/system_effects.js | 107 + public/js/v1.1.5/app/ui/form_element.js | 276 + public/js/v1.1.5/app/ui/header.js | 239 + public/js/v1.1.5/app/ui/logo.js | 150 + public/js/v1.1.5/app/ui/system_graph.js | 241 + public/js/v1.1.5/app/ui/system_info.js | 486 + public/js/v1.1.5/app/ui/system_killboard.js | 495 + public/js/v1.1.5/app/ui/system_route.js | 858 + public/js/v1.1.5/app/ui/system_signature.js | 1994 + public/js/v1.1.5/app/util.js | 1804 + public/js/v1.1.5/lib/EasePack.min.js | 12 + public/js/v1.1.5/lib/TweenLite.min.js | 12 + public/js/v1.1.5/lib/blueimp-gallery.js | 1377 + public/js/v1.1.5/lib/blueimp-helper.js | 190 + public/js/v1.1.5/lib/bootbox.min.js | 6 + .../js/v1.1.5/lib/bootstrap-confirmation.js | 249 + .../js/v1.1.5/lib/bootstrap-editable.min.js | 7 + .../lib/bootstrap-image-gallery.js} | 0 public/js/v1.1.5/lib/bootstrap.min.js | 7 + public/js/v1.1.5/lib/bootstrap2-toggle.min.js | 8 + .../Buttons-1.2.1/js/buttons.html5.min.js | 26 + .../js/dataTables.buttons.min.js | 35 + .../js/jquery.dataTables.min.js | 166 + .../js/dataTables.responsive.min.js | 26 + .../Select-1.2.0/js/dataTables.select.min.js | 26 + public/js/v1.1.5/lib/dom.jsPlumb-1.7.6.js | 12729 ++++++ public/js/v1.1.5/lib/farahey-0.5.js | 350 + public/js/v1.1.5/lib/jquery-3.0.0.min.js | 4 + public/js/v1.1.5/lib/jquery.dragToSelect.js | 381 + .../js/v1.1.5/lib/jquery.easypiechart.min.js | 9 + .../lib/jquery.fullscreen.min.js} | 0 .../v1.1.5/lib/jquery.hoverIntent.minified.js | 9 + .../lib/jquery.lazylinepainter-1.5.1.min.js | 17 + public/js/v1.1.5/lib/jquery.lazyload.min.js | 2 + .../v1.1.5/lib/jquery.mCustomScrollbar.min.js | 3 + public/js/v1.1.5/lib/jquery.mousewheel.min.js | 8 + .../lib/jsPlumb-2.0.5.js} | 0 public/js/v1.1.5/lib/localforage.min.js | 7 + public/js/v1.1.5/lib/morris.min.js | 7 + public/js/v1.1.5/lib/mustache.min.js | 1 + .../lib/pnotify/pnotify.buttons.js} | 0 .../v1.1.5/lib/pnotify/pnotify.callbacks.js | 50 + .../js/v1.1.5/lib/pnotify/pnotify.desktop.js | 154 + public/js/v1.1.5/lib/pnotify/pnotify.js | 873 + .../js/v1.1.5/lib/pnotify/pnotify.nonblock.js | 156 + public/js/v1.1.5/lib/raphael-min.js | 11 + .../lib/require.js} | 0 public/js/v1.1.5/lib/requirejs/text.js | 390 + public/js/v1.1.5/lib/select2.min.js | 3 + public/js/v1.1.5/lib/slidebars.js | 349 + public/js/v1.1.5/lib/validator.min.js | 9 + public/js/v1.1.5/lib/velocity.min.js | 4 + public/js/v1.1.5/lib/velocity.ui.min.js | 2 + 105 files changed, 36906 insertions(+), 32873 deletions(-) delete mode 100644 public/js/v1.1.4/app.js delete mode 100644 public/js/v1.1.4/app.js.map delete mode 100644 public/js/v1.1.4/app/login.js delete mode 100644 public/js/v1.1.4/app/login.js.map delete mode 100644 public/js/v1.1.4/app/mappage.js delete mode 100644 public/js/v1.1.4/app/mappage.js.map delete mode 100644 public/js/v1.1.4/app/notification.js delete mode 100644 public/js/v1.1.4/app/notification.js.map delete mode 100644 public/js/v1.1.4/app/setup.js delete mode 100644 public/js/v1.1.4/app/setup.js.map delete mode 100644 public/js/v1.1.4/build.txt delete mode 100644 public/js/v1.1.4/lib/bootstrap-image-gallery.js delete mode 100644 public/js/v1.1.4/lib/bootstrap-image-gallery.js.map delete mode 100644 public/js/v1.1.4/lib/jquery.fullscreen.min.js delete mode 100644 public/js/v1.1.4/lib/jquery.fullscreen.min.js.map delete mode 100644 public/js/v1.1.4/lib/jsPlumb-2.0.5.js delete mode 100644 public/js/v1.1.4/lib/jsPlumb-2.0.5.js.map delete mode 100644 public/js/v1.1.4/lib/pnotify/pnotify.buttons.js delete mode 100644 public/js/v1.1.4/lib/pnotify/pnotify.buttons.js.map delete mode 100644 public/js/v1.1.4/lib/require.js delete mode 100644 public/js/v1.1.4/lib/require.js.map rename public/js/{v1.1.4/app.js.src.js => v1.1.5/app.js} (100%) create mode 100644 public/js/v1.1.5/app/config/signature_type.js create mode 100644 public/js/v1.1.5/app/config/system_effect.js create mode 100644 public/js/v1.1.5/app/counter.js create mode 100644 public/js/v1.1.5/app/init.js create mode 100644 public/js/v1.1.5/app/logging.js create mode 100644 public/js/v1.1.5/app/login.js create mode 100644 public/js/v1.1.5/app/map/contextmenu.js create mode 100644 public/js/v1.1.5/app/map/magnetizing.js create mode 100644 public/js/v1.1.5/app/map/map.js create mode 100644 public/js/v1.1.5/app/map/overlay.js create mode 100644 public/js/v1.1.5/app/map/scrollbar.js create mode 100644 public/js/v1.1.5/app/map/system.js create mode 100644 public/js/v1.1.5/app/map/util.js create mode 100644 public/js/v1.1.5/app/mappage.js create mode 100644 public/js/v1.1.5/app/module_map.js create mode 100644 public/js/v1.1.5/app/notification.js create mode 100644 public/js/v1.1.5/app/page.js create mode 100644 public/js/v1.1.5/app/render.js create mode 100644 public/js/v1.1.5/app/setup.js create mode 100644 public/js/v1.1.5/app/ui/demo_map.js create mode 100644 public/js/v1.1.5/app/ui/dialog/account_settings.js create mode 100644 public/js/v1.1.5/app/ui/dialog/credit.js create mode 100644 public/js/v1.1.5/app/ui/dialog/delete_account.js create mode 100644 public/js/v1.1.5/app/ui/dialog/jump_info.js create mode 100644 public/js/v1.1.5/app/ui/dialog/manual.js create mode 100644 public/js/v1.1.5/app/ui/dialog/map_info.js create mode 100644 public/js/v1.1.5/app/ui/dialog/map_settings.js create mode 100644 public/js/v1.1.5/app/ui/dialog/notification.js create mode 100644 public/js/v1.1.5/app/ui/dialog/releases.js create mode 100644 public/js/v1.1.5/app/ui/dialog/system_effects.js create mode 100644 public/js/v1.1.5/app/ui/form_element.js create mode 100644 public/js/v1.1.5/app/ui/header.js create mode 100644 public/js/v1.1.5/app/ui/logo.js create mode 100644 public/js/v1.1.5/app/ui/system_graph.js create mode 100644 public/js/v1.1.5/app/ui/system_info.js create mode 100644 public/js/v1.1.5/app/ui/system_killboard.js create mode 100644 public/js/v1.1.5/app/ui/system_route.js create mode 100644 public/js/v1.1.5/app/ui/system_signature.js create mode 100644 public/js/v1.1.5/app/util.js create mode 100644 public/js/v1.1.5/lib/EasePack.min.js create mode 100644 public/js/v1.1.5/lib/TweenLite.min.js create mode 100644 public/js/v1.1.5/lib/blueimp-gallery.js create mode 100644 public/js/v1.1.5/lib/blueimp-helper.js create mode 100644 public/js/v1.1.5/lib/bootbox.min.js create mode 100644 public/js/v1.1.5/lib/bootstrap-confirmation.js create mode 100644 public/js/v1.1.5/lib/bootstrap-editable.min.js rename public/js/{v1.1.4/lib/bootstrap-image-gallery.js.src.js => v1.1.5/lib/bootstrap-image-gallery.js} (100%) create mode 100644 public/js/v1.1.5/lib/bootstrap.min.js create mode 100644 public/js/v1.1.5/lib/bootstrap2-toggle.min.js create mode 100644 public/js/v1.1.5/lib/datatables/Buttons-1.2.1/js/buttons.html5.min.js create mode 100644 public/js/v1.1.5/lib/datatables/Buttons-1.2.1/js/dataTables.buttons.min.js create mode 100644 public/js/v1.1.5/lib/datatables/DataTables-1.10.12/js/jquery.dataTables.min.js create mode 100644 public/js/v1.1.5/lib/datatables/Responsive-2.1.0/js/dataTables.responsive.min.js create mode 100644 public/js/v1.1.5/lib/datatables/Select-1.2.0/js/dataTables.select.min.js create mode 100644 public/js/v1.1.5/lib/dom.jsPlumb-1.7.6.js create mode 100644 public/js/v1.1.5/lib/farahey-0.5.js create mode 100644 public/js/v1.1.5/lib/jquery-3.0.0.min.js create mode 100644 public/js/v1.1.5/lib/jquery.dragToSelect.js create mode 100644 public/js/v1.1.5/lib/jquery.easypiechart.min.js rename public/js/{v1.1.4/lib/jquery.fullscreen.min.js.src.js => v1.1.5/lib/jquery.fullscreen.min.js} (100%) create mode 100644 public/js/v1.1.5/lib/jquery.hoverIntent.minified.js create mode 100644 public/js/v1.1.5/lib/jquery.lazylinepainter-1.5.1.min.js create mode 100644 public/js/v1.1.5/lib/jquery.lazyload.min.js create mode 100644 public/js/v1.1.5/lib/jquery.mCustomScrollbar.min.js create mode 100644 public/js/v1.1.5/lib/jquery.mousewheel.min.js rename public/js/{v1.1.4/lib/jsPlumb-2.0.5.js.src.js => v1.1.5/lib/jsPlumb-2.0.5.js} (100%) create mode 100644 public/js/v1.1.5/lib/localforage.min.js create mode 100644 public/js/v1.1.5/lib/morris.min.js create mode 100644 public/js/v1.1.5/lib/mustache.min.js rename public/js/{v1.1.4/lib/pnotify/pnotify.buttons.js.src.js => v1.1.5/lib/pnotify/pnotify.buttons.js} (100%) create mode 100644 public/js/v1.1.5/lib/pnotify/pnotify.callbacks.js create mode 100644 public/js/v1.1.5/lib/pnotify/pnotify.desktop.js create mode 100644 public/js/v1.1.5/lib/pnotify/pnotify.js create mode 100644 public/js/v1.1.5/lib/pnotify/pnotify.nonblock.js create mode 100644 public/js/v1.1.5/lib/raphael-min.js rename public/js/{v1.1.4/lib/require.js.src.js => v1.1.5/lib/require.js} (100%) create mode 100644 public/js/v1.1.5/lib/requirejs/text.js create mode 100644 public/js/v1.1.5/lib/select2.min.js create mode 100644 public/js/v1.1.5/lib/slidebars.js create mode 100644 public/js/v1.1.5/lib/validator.min.js create mode 100644 public/js/v1.1.5/lib/velocity.min.js create mode 100644 public/js/v1.1.5/lib/velocity.ui.min.js diff --git a/app/pathfinder.ini b/app/pathfinder.ini index 5ac160151..e20a7e4b2 100644 --- a/app/pathfinder.ini +++ b/app/pathfinder.ini @@ -3,7 +3,7 @@ [PATHFINDER] NAME = Pathfinder ; installed version (used for CSS/JS cache busting) -VERSION = v1.1.4 +VERSION = v1.1.5 ; contact information [optional] CONTACT = https://github.com/exodus4d ; public contact email [optional] diff --git a/public/js/v1.1.4/app.js b/public/js/v1.1.4/app.js deleted file mode 100644 index 9d17f192c..000000000 --- a/public/js/v1.1.4/app.js +++ /dev/null @@ -1,2 +0,0 @@ -var mainScriptPath=document.body.getAttribute("data-script"),jsBaseUrl=document.body.getAttribute("data-js-path");requirejs.config({baseUrl:"js",paths:{layout:"layout",config:"app/config",dialog:"app/ui/dialog",templates:"../../templates",img:"../../img",login:"./app/login",mappage:"./app/mappage",setup:"./app/setup",jquery:"lib/jquery-3.0.0.min",bootstrap:"lib/bootstrap.min",text:"lib/requirejs/text",mustache:"lib/mustache.min",localForage:"lib/localforage.min",velocity:"lib/velocity.min",velocityUI:"lib/velocity.ui.min",slidebars:"lib/slidebars",jsPlumb:"lib/dom.jsPlumb-1.7.6",farahey:"lib/farahey-0.5",customScrollbar:"lib/jquery.mCustomScrollbar.min",mousewheel:"lib/jquery.mousewheel.min",xEditable:"lib/bootstrap-editable.min",morris:"lib/morris.min",raphael:"lib/raphael-min",bootbox:"lib/bootbox.min",easyPieChart:"lib/jquery.easypiechart.min",dragToSelect:"lib/jquery.dragToSelect",hoverIntent:"lib/jquery.hoverIntent.minified",fullScreen:"lib/jquery.fullscreen.min",select2:"lib/select2.min",validator:"lib/validator.min",lazylinepainter:"lib/jquery.lazylinepainter-1.5.1.min",blueImpGallery:"lib/blueimp-gallery",blueImpGalleryHelper:"lib/blueimp-helper",blueImpGalleryBootstrap:"lib/bootstrap-image-gallery",bootstrapConfirmation:"lib/bootstrap-confirmation",bootstrapToggle:"lib/bootstrap2-toggle.min",lazyload:"lib/jquery.lazyload.min",easePack:"lib/EasePack.min",tweenLite:"lib/TweenLite.min","datatables.net":"lib/datatables/DataTables-1.10.12/js/jquery.dataTables.min","datatables.net-buttons":"lib/datatables/Buttons-1.2.1/js/dataTables.buttons.min","datatables.net-buttons-html":"lib/datatables/Buttons-1.2.1/js/buttons.html5.min","datatables.net-responsive":"lib/datatables/Responsive-2.1.0/js/dataTables.responsive.min","datatables.net-select":"lib/datatables/Select-1.2.0/js/dataTables.select.min",pnotify:"lib/pnotify/pnotify","pnotify.buttons":"lib/pnotify/pnotify.buttons","pnotify.confirm":"lib/pnotify/pnotify.confirm","pnotify.nonblock":"lib/pnotify/pnotify.nonblock","pnotify.desktop":"lib/pnotify/pnotify.desktop","pnotify.history":"lib/pnotify/pnotify.history","pnotify.callbacks":"lib/pnotify/pnotify.callbacks","pnotify.reference":"lib/pnotify/pnotify.reference"},shim:{bootstrap:{deps:["jquery"]},farahey:{deps:["jsPlumb"]},velocity:{deps:["jquery"]},velocityUI:{deps:["velocity"]},slidebars:{deps:["jquery"]},customScrollbar:{deps:["jquery","mousewheel"]},"datatables.net":{deps:["jquery"]},"datatables.net-buttons":{deps:["datatables.net"]},"datatables.net-buttons-html":{deps:["datatables.net-buttons"]},"datatables.net-responsive":{deps:["datatables.net"]},"datatables.net-select":{deps:["datatables.net"]},xEditable:{deps:["bootstrap"]},bootbox:{deps:["jquery","bootstrap"],exports:"bootbox"},morris:{deps:["jquery","raphael"],exports:"Morris"},pnotify:{deps:["jquery"]},easyPieChart:{deps:["jquery"]},dragToSelect:{deps:["jquery"]},hoverIntent:{deps:["jquery"]},fullScreen:{deps:["jquery"]},select2:{deps:["jquery"],exports:"Select2"},validator:{deps:["jquery","bootstrap"]},lazylinepainter:{deps:["jquery","bootstrap"]},blueImpGallery:{deps:["jquery"]},bootstrapConfirmation:{deps:["bootstrap"]},bootstrapToggle:{deps:["jquery"]},lazyload:{deps:["jquery"]}}});require.config({baseUrl:jsBaseUrl});requirejs([mainScriptPath]); -//# sourceMappingURL=app.js.map \ No newline at end of file diff --git a/public/js/v1.1.4/app.js.map b/public/js/v1.1.4/app.js.map deleted file mode 100644 index 7b780f8fd..000000000 --- a/public/js/v1.1.4/app.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["app.js.src.js"],"names":["mainScriptPath","document","body","getAttribute","jsBaseUrl","requirejs","config","baseUrl","paths","layout","dialog","templates","img","login","mappage","setup","jquery","bootstrap","text","mustache","localForage","velocity","velocityUI","slidebars","jsPlumb","farahey","customScrollbar","mousewheel","xEditable","morris","raphael","bootbox","easyPieChart","dragToSelect","hoverIntent","fullScreen","select2","validator","lazylinepainter","blueImpGallery","blueImpGalleryHelper","blueImpGalleryBootstrap","bootstrapConfirmation","bootstrapToggle","lazyload","easePack","tweenLite","datatables.net","datatables.net-buttons","datatables.net-buttons-html","datatables.net-responsive","datatables.net-select","pnotify","pnotify.buttons","pnotify.confirm","pnotify.nonblock","pnotify.desktop","pnotify.history","pnotify.callbacks","pnotify.reference","shim","deps","exports","require"],"mappings":"AACA,GAAIA,gBAAiBC,SAASC,KAAKC,aAAa,eAI5CC,UAAYH,SAASC,KAAKC,aAAa,eAG3CE,WAAUC,QACNC,QAAS,KAETC,OACIC,OAAQ,SACRH,OAAQ,aACRI,OAAQ,gBACRC,UAAW,kBACXC,IAAK,YAGLC,MAAO,cACPC,QAAS,gBACTC,MAAO,cAEPC,OAAQ,uBACRC,UAAW,oBACXC,KAAM,qBACNC,SAAU,mBACVC,YAAa,sBACbC,SAAU,mBACVC,WAAY,sBACZC,UAAW,gBACXC,QAAS,wBACTC,QAAS,kBACTC,gBAAiB,kCACjBC,WAAY,4BACZC,UAAW,6BACXC,OAAQ,iBACRC,QAAS,kBACTC,QAAS,kBACTC,aAAc,8BACdC,aAAc,0BACdC,YAAa,kCACbC,WAAY,4BACZC,QAAS,kBACTC,UAAW,oBACXC,gBAAiB,uCACjBC,eAAgB,sBAChBC,qBAAsB,qBACtBC,wBAAyB,8BACzBC,sBAAuB,6BACvBC,gBAAiB,4BACjBC,SAAU,0BAGVC,SAAU,mBACVC,UAAW,oBAGXC,iBAAkB,6DAClBC,yBAA0B,yDAC1BC,8BAA+B,oDAC/BC,4BAA6B,+DAC7BC,wBAAyB,uDAGzBC,QAAS,sBACTC,kBAAmB,8BACnBC,kBAAmB,8BACnBC,mBAAoB,+BACpBC,kBAAmB,8BACnBC,kBAAmB,8BACnBC,oBAAqB,gCACrBC,oBAAqB,iCAEzBC,MACI3C,WACI4C,MAAO,WAEXpC,SACIoC,MAAO,YAEXxC,UACIwC,MAAO,WAEXvC,YACIuC,MAAO,aAEXtC,WACIsC,MAAO,WAEXnC,iBACImC,MAAO,SAAU,eAErBd,kBACIc,MAAO,WAEXb,0BACIa,MAAO,mBAEXZ,+BACIY,MAAO,2BAEXX,6BACIW,MAAO,mBAEXV,yBACIU,MAAO,mBAEXjC,WACIiC,MAAO,cAEX9B,SACI8B,MAAO,SAAU,aACjBC,QAAS,WAEbjC,QACIgC,MAAO,SAAU,WACjBC,QAAS,UAEbV,SACIS,MAAQ,WAEZ7B,cACI6B,MAAQ,WAEZ5B,cACI4B,MAAQ,WAEZ3B,aACI2B,MAAQ,WAEZ1B,YACI0B,MAAQ,WAEZzB,SACIyB,MAAQ,UACRC,QAAS,WAEbzB,WACIwB,MAAQ,SAAU,cAEtBvB,iBACIuB,MAAQ,SAAU,cAEtBtB,gBACIsB,MAAQ,WAEZnB,uBACImB,MAAQ,cAEZlB,iBACIkB,MAAQ,WAEZjB,UACIiB,MAAQ,aAQpBE,SAAQzD,QACJC,QAASH,WAIbC,YAAYL","file":"app.js.map"} \ No newline at end of file diff --git a/public/js/v1.1.4/app/login.js b/public/js/v1.1.4/app/login.js deleted file mode 100644 index 256509ad7..000000000 --- a/public/js/v1.1.4/app/login.js +++ /dev/null @@ -1,16 +0,0 @@ -!function(t,e){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=t.document?e(t,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return e(t)}:e(t)}("undefined"!=typeof window?window:this,function(t,e){"use strict";function n(t,e){e=e||J;var n=e.createElement("script");n.text=t,e.head.appendChild(n).parentNode.removeChild(n)}function i(t){var e=!!t&&"length"in t&&t.length,n=ht.type(t);return"function"===n||ht.isWindow(t)?!1:"array"===n||0===e||"number"==typeof e&&e>0&&e-1 in t}function o(t,e,n){if(ht.isFunction(e))return ht.grep(t,function(t,i){return!!e.call(t,i,t)!==n});if(e.nodeType)return ht.grep(t,function(t){return t===e!==n});if("string"==typeof e){if(xt.test(e))return ht.filter(e,t,n);e=ht.filter(e,t)}return ht.grep(t,function(t){return ot.call(e,t)>-1!==n&&1===t.nodeType})}function r(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}function a(t){var e={};return ht.each(t.match(Et)||[],function(t,n){e[n]=!0}),e}function s(t){return t}function l(t){throw t}function c(t,e,n){var i;try{t&&ht.isFunction(i=t.promise)?i.call(t).done(e).fail(n):t&&ht.isFunction(i=t.then)?i.call(t,e,n):e.call(void 0,t)}catch(t){n.call(void 0,t)}}function u(){J.removeEventListener("DOMContentLoaded",u),t.removeEventListener("load",u),ht.ready()}function d(){this.expando=ht.expando+d.uid++}function h(t,e,n){var i;if(void 0===n&&1===t.nodeType)if(i="data-"+e.replace(Nt,"-$&").toLowerCase(),n=t.getAttribute(i),"string"==typeof n){try{n="true"===n?!0:"false"===n?!1:"null"===n?null:+n+""===n?+n:Rt.test(n)?JSON.parse(n):n}catch(o){}Mt.set(t,e,n)}else n=void 0;return n}function f(t,e,n,i){var o,r=1,a=20,s=i?function(){return i.cur()}:function(){return ht.css(t,e,"")},l=s(),c=n&&n[3]||(ht.cssNumber[e]?"":"px"),u=(ht.cssNumber[e]||"px"!==c&&+l)&&jt.exec(ht.css(t,e));if(u&&u[3]!==c){c=c||u[3],n=n||[],u=+l||1;do r=r||".5",u/=r,ht.style(t,e,u+c);while(r!==(r=s()/l)&&1!==r&&--a)}return n&&(u=+u||+l||0,o=n[1]?u+(n[1]+1)*n[2]:+n[2],i&&(i.unit=c,i.start=u,i.end=o)),o}function p(t){var e,n=t.ownerDocument,i=t.nodeName,o=Ht[i];return o?o:(e=n.body.appendChild(n.createElement(i)),o=ht.css(e,"display"),e.parentNode.removeChild(e),"none"===o&&(o="block"),Ht[i]=o,o)}function m(t,e){for(var n,i,o=[],r=0,a=t.length;a>r;r++)i=t[r],i.style&&(n=i.style.display,e?("none"===n&&(o[r]=$t.get(i,"display")||null,o[r]||(i.style.display="")),""===i.style.display&&Bt(i)&&(o[r]=p(i))):"none"!==n&&(o[r]="none",$t.set(i,"display",n)));for(r=0;a>r;r++)null!=o[r]&&(t[r].style.display=o[r]);return t}function g(t,e){var n="undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e||"*"):"undefined"!=typeof t.querySelectorAll?t.querySelectorAll(e||"*"):[];return void 0===e||e&&ht.nodeName(t,e)?ht.merge([t],n):n}function v(t,e){for(var n=0,i=t.length;i>n;n++)$t.set(t[n],"globalEval",!e||$t.get(e[n],"globalEval"))}function y(t,e,n,i,o){for(var r,a,s,l,c,u,d=e.createDocumentFragment(),h=[],f=0,p=t.length;p>f;f++)if(r=t[f],r||0===r)if("object"===ht.type(r))ht.merge(h,r.nodeType?[r]:r);else if(Yt.test(r)){a=a||d.appendChild(e.createElement("div")),s=(Vt.exec(r)||["",""])[1].toLowerCase(),l=zt[s]||zt._default,a.innerHTML=l[1]+ht.htmlPrefilter(r)+l[2],u=l[0];for(;u--;)a=a.lastChild;ht.merge(h,a.childNodes),a=d.firstChild,a.textContent=""}else h.push(e.createTextNode(r));d.textContent="",f=0;for(;r=h[f++];)if(i&&ht.inArray(r,i)>-1)o&&o.push(r);else if(c=ht.contains(r.ownerDocument,r),a=g(d.appendChild(r),"script"),c&&v(a),n){u=0;for(;r=a[u++];)Wt.test(r.type||"")&&n.push(r)}return d}function b(){return!0}function w(){return!1}function C(){try{return J.activeElement}catch(t){}}function x(t,e,n,i,o,r){var a,s;if("object"==typeof e){"string"!=typeof n&&(i=i||n,n=void 0);for(s in e)x(t,s,n,i,e[s],r);return t}if(null==i&&null==o?(o=n,i=n=void 0):null==o&&("string"==typeof n?(o=i,i=void 0):(o=i,i=n,n=void 0)),o===!1)o=w;else if(!o)return t;return 1===r&&(a=o,o=function(t){return ht().off(t),a.apply(this,arguments)},o.guid=a.guid||(a.guid=ht.guid++)),t.each(function(){ht.event.add(this,e,o,i,n)})}function S(t,e){return ht.nodeName(t,"table")&&ht.nodeName(11!==e.nodeType?e:e.firstChild,"tr")?t.getElementsByTagName("tbody")[0]||t:t}function T(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function _(t){var e=ee.exec(t.type);return e?t.type=e[1]:t.removeAttribute("type"),t}function k(t,e){var n,i,o,r,a,s,l,c;if(1===e.nodeType){if($t.hasData(t)&&(r=$t.access(t),a=$t.set(e,r),c=r.events)){delete a.handle,a.events={};for(o in c)for(n=0,i=c[o].length;i>n;n++)ht.event.add(e,o,c[o][n])}Mt.hasData(t)&&(s=Mt.access(t),l=ht.extend({},s),Mt.set(e,l))}}function D(t,e){var n=e.nodeName.toLowerCase();"input"===n&&qt.test(t.type)?e.checked=t.checked:"input"!==n&&"textarea"!==n||(e.defaultValue=t.defaultValue)}function E(t,e,i,o){e=nt.apply([],e);var r,a,s,l,c,u,d=0,h=t.length,f=h-1,p=e[0],m=ht.isFunction(p);if(m||h>1&&"string"==typeof p&&!ut.checkClone&&te.test(p))return t.each(function(n){var r=t.eq(n);m&&(e[0]=p.call(this,n,r.html())),E(r,e,i,o)});if(h&&(r=y(e,t[0].ownerDocument,!1,t,o),a=r.firstChild,1===r.childNodes.length&&(r=a),a||o)){for(s=ht.map(g(r,"script"),T),l=s.length;h>d;d++)c=r,d!==f&&(c=ht.clone(c,!0,!0),l&&ht.merge(s,g(c,"script"))),i.call(t[d],c,d);if(l)for(u=s[s.length-1].ownerDocument,ht.map(s,_),d=0;l>d;d++)c=s[d],Wt.test(c.type||"")&&!$t.access(c,"globalEval")&&ht.contains(u,c)&&(c.src?ht._evalUrl&&ht._evalUrl(c.src):n(c.textContent.replace(ne,""),u))}return t}function O(t,e,n){for(var i,o=e?ht.filter(e,t):t,r=0;null!=(i=o[r]);r++)n||1!==i.nodeType||ht.cleanData(g(i)),i.parentNode&&(n&&ht.contains(i.ownerDocument,i)&&v(g(i,"script")),i.parentNode.removeChild(i));return t}function A(t,e,n){var i,o,r,a,s=t.style;return n=n||re(t),n&&(a=n.getPropertyValue(e)||n[e],""!==a||ht.contains(t.ownerDocument,t)||(a=ht.style(t,e)),!ut.pixelMarginRight()&&oe.test(a)&&ie.test(e)&&(i=s.width,o=s.minWidth,r=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=i,s.minWidth=o,s.maxWidth=r)),void 0!==a?a+"":a}function I(t,e){return{get:function(){return t()?void delete this.get:(this.get=e).apply(this,arguments)}}}function P(t){if(t in ue)return t;for(var e=t[0].toUpperCase()+t.slice(1),n=ce.length;n--;)if(t=ce[n]+e,t in ue)return t}function $(t,e,n){var i=jt.exec(e);return i?Math.max(0,i[2]-(n||0))+(i[3]||"px"):e}function M(t,e,n,i,o){for(var r=n===(i?"border":"content")?4:"width"===e?1:0,a=0;4>r;r+=2)"margin"===n&&(a+=ht.css(t,n+Ft[r],!0,o)),i?("content"===n&&(a-=ht.css(t,"padding"+Ft[r],!0,o)),"margin"!==n&&(a-=ht.css(t,"border"+Ft[r]+"Width",!0,o))):(a+=ht.css(t,"padding"+Ft[r],!0,o),"padding"!==n&&(a+=ht.css(t,"border"+Ft[r]+"Width",!0,o)));return a}function R(t,e,n){var i,o=!0,r=re(t),a="border-box"===ht.css(t,"boxSizing",!1,r);if(t.getClientRects().length&&(i=t.getBoundingClientRect()[e]),0>=i||null==i){if(i=A(t,e,r),(0>i||null==i)&&(i=t.style[e]),oe.test(i))return i;o=a&&(ut.boxSizingReliable()||i===t.style[e]),i=parseFloat(i)||0}return i+M(t,e,n||(a?"border":"content"),o,r)+"px"}function N(t,e,n,i,o){return new N.prototype.init(t,e,n,i,o)}function L(){he&&(t.requestAnimationFrame(L),ht.fx.tick())}function j(){return t.setTimeout(function(){de=void 0}),de=ht.now()}function F(t,e){var n,i=0,o={height:t};for(e=e?1:0;4>i;i+=2-e)n=Ft[i],o["margin"+n]=o["padding"+n]=t;return e&&(o.opacity=o.width=t),o}function B(t,e,n){for(var i,o=(q.tweeners[e]||[]).concat(q.tweeners["*"]),r=0,a=o.length;a>r;r++)if(i=o[r].call(n,e,t))return i}function U(t,e,n){var i,o,r,a,s,l,c,u,d="width"in e||"height"in e,h=this,f={},p=t.style,g=t.nodeType&&Bt(t),v=$t.get(t,"fxshow");n.queue||(a=ht._queueHooks(t,"fx"),null==a.unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,h.always(function(){h.always(function(){a.unqueued--,ht.queue(t,"fx").length||a.empty.fire()})}));for(i in e)if(o=e[i],fe.test(o)){if(delete e[i],r=r||"toggle"===o,o===(g?"hide":"show")){if("show"!==o||!v||void 0===v[i])continue;g=!0}f[i]=v&&v[i]||ht.style(t,i)}if(l=!ht.isEmptyObject(e),l||!ht.isEmptyObject(f)){d&&1===t.nodeType&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],c=v&&v.display,null==c&&(c=$t.get(t,"display")),u=ht.css(t,"display"),"none"===u&&(c?u=c:(m([t],!0),c=t.style.display||c,u=ht.css(t,"display"),m([t]))),("inline"===u||"inline-block"===u&&null!=c)&&"none"===ht.css(t,"float")&&(l||(h.done(function(){p.display=c}),null==c&&(u=p.display,c="none"===u?"":u)),p.display="inline-block")),n.overflow&&(p.overflow="hidden",h.always(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]})),l=!1;for(i in f)l||(v?"hidden"in v&&(g=v.hidden):v=$t.access(t,"fxshow",{display:c}),r&&(v.hidden=!g),g&&m([t],!0),h.done(function(){g||m([t]),$t.remove(t,"fxshow");for(i in f)ht.style(t,i,f[i])})),l=B(g?v[i]:0,i,h),i in v||(v[i]=l.start,g&&(l.end=l.start,l.start=0))}}function H(t,e){var n,i,o,r,a;for(n in t)if(i=ht.camelCase(n),o=e[i],r=t[n],ht.isArray(r)&&(o=r[1],r=t[n]=r[0]),n!==i&&(t[i]=r,delete t[n]),a=ht.cssHooks[i],a&&"expand"in a){r=a.expand(r),delete t[i];for(n in r)n in t||(t[n]=r[n],e[n]=o)}else e[i]=o}function q(t,e,n){var i,o,r=0,a=q.prefilters.length,s=ht.Deferred().always(function(){delete l.elem}),l=function(){if(o)return!1;for(var e=de||j(),n=Math.max(0,c.startTime+c.duration-e),i=n/c.duration||0,r=1-i,a=0,l=c.tweens.length;l>a;a++)c.tweens[a].run(r);return s.notifyWith(t,[c,r,n]),1>r&&l?n:(s.resolveWith(t,[c]),!1)},c=s.promise({elem:t,props:ht.extend({},e),opts:ht.extend(!0,{specialEasing:{},easing:ht.easing._default},n),originalProperties:e,originalOptions:n,startTime:de||j(),duration:n.duration,tweens:[],createTween:function(e,n){var i=ht.Tween(t,c.opts,e,n,c.opts.specialEasing[e]||c.opts.easing);return c.tweens.push(i),i},stop:function(e){var n=0,i=e?c.tweens.length:0;if(o)return this;for(o=!0;i>n;n++)c.tweens[n].run(1);return e?(s.notifyWith(t,[c,1,0]),s.resolveWith(t,[c,e])):s.rejectWith(t,[c,e]),this}}),u=c.props;for(H(u,c.opts.specialEasing);a>r;r++)if(i=q.prefilters[r].call(c,t,u,c.opts))return ht.isFunction(i.stop)&&(ht._queueHooks(c.elem,c.opts.queue).stop=ht.proxy(i.stop,i)),i;return ht.map(u,B,c),ht.isFunction(c.opts.start)&&c.opts.start.call(t,c),ht.fx.timer(ht.extend(l,{elem:t,anim:c,queue:c.opts.queue})),c.progress(c.opts.progress).done(c.opts.done,c.opts.complete).fail(c.opts.fail).always(c.opts.always)}function V(t){return t.getAttribute&&t.getAttribute("class")||""}function W(t,e,n,i){var o;if(ht.isArray(e))ht.each(e,function(e,o){n||ke.test(t)?i(t,o):W(t+"["+("object"==typeof o&&null!=o?e:"")+"]",o,n,i)});else if(n||"object"!==ht.type(e))i(t,e);else for(o in e)W(t+"["+o+"]",e[o],n,i)}function z(t){return function(e,n){"string"!=typeof e&&(n=e,e="*");var i,o=0,r=e.toLowerCase().match(Et)||[];if(ht.isFunction(n))for(;i=r[o++];)"+"===i[0]?(i=i.slice(1)||"*",(t[i]=t[i]||[]).unshift(n)):(t[i]=t[i]||[]).push(n)}}function Y(t,e,n,i){function o(s){var l;return r[s]=!0,ht.each(t[s]||[],function(t,s){var c=s(e,n,i);return"string"!=typeof c||a||r[c]?a?!(l=c):void 0:(e.dataTypes.unshift(c),o(c),!1)}),l}var r={},a=t===je;return o(e.dataTypes[0])||!r["*"]&&o("*")}function X(t,e){var n,i,o=ht.ajaxSettings.flatOptions||{};for(n in e)void 0!==e[n]&&((o[n]?t:i||(i={}))[n]=e[n]);return i&&ht.extend(!0,t,i),t}function Q(t,e,n){for(var i,o,r,a,s=t.contents,l=t.dataTypes;"*"===l[0];)l.shift(),void 0===i&&(i=t.mimeType||e.getResponseHeader("Content-Type"));if(i)for(o in s)if(s[o]&&s[o].test(i)){l.unshift(o);break}if(l[0]in n)r=l[0];else{for(o in n){if(!l[0]||t.converters[o+" "+l[0]]){r=o;break}a||(a=o)}r=r||a}return r?(r!==l[0]&&l.unshift(r),n[r]):void 0}function K(t,e,n,i){var o,r,a,s,l,c={},u=t.dataTypes.slice();if(u[1])for(a in t.converters)c[a.toLowerCase()]=t.converters[a];r=u.shift();for(;r;)if(t.responseFields[r]&&(n[t.responseFields[r]]=e),!l&&i&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),l=r,r=u.shift())if("*"===r)r=l;else if("*"!==l&&l!==r){if(a=c[l+" "+r]||c["* "+r],!a)for(o in c)if(s=o.split(" "),s[1]===r&&(a=c[l+" "+s[0]]||c["* "+s[0]])){a===!0?a=c[o]:c[o]!==!0&&(r=s[0],u.unshift(s[1]));break}if(a!==!0)if(a&&t["throws"])e=a(e);else try{e=a(e)}catch(d){return{state:"parsererror",error:a?d:"No conversion from "+l+" to "+r}}}return{state:"success",data:e}}function G(t){return ht.isWindow(t)?t:9===t.nodeType&&t.defaultView}var Z=[],J=t.document,tt=Object.getPrototypeOf,et=Z.slice,nt=Z.concat,it=Z.push,ot=Z.indexOf,rt={},at=rt.toString,st=rt.hasOwnProperty,lt=st.toString,ct=lt.call(Object),ut={},dt="3.0.0",ht=function(t,e){return new ht.fn.init(t,e)},ft=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,pt=/^-ms-/,mt=/-([a-z])/g,gt=function(t,e){return e.toUpperCase()};ht.fn=ht.prototype={jquery:dt,constructor:ht,length:0,toArray:function(){return et.call(this)},get:function(t){return null!=t?0>t?this[t+this.length]:this[t]:et.call(this)},pushStack:function(t){var e=ht.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return ht.each(this,t)},map:function(t){return this.pushStack(ht.map(this,function(e,n){return t.call(e,n,e)}))},slice:function(){return this.pushStack(et.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(t){var e=this.length,n=+t+(0>t?e:0);return this.pushStack(n>=0&&e>n?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:it,sort:Z.sort,splice:Z.splice},ht.extend=ht.fn.extend=function(){var t,e,n,i,o,r,a=arguments[0]||{},s=1,l=arguments.length,c=!1;for("boolean"==typeof a&&(c=a,a=arguments[s]||{},s++),"object"==typeof a||ht.isFunction(a)||(a={}),s===l&&(a=this,s--);l>s;s++)if(null!=(t=arguments[s]))for(e in t)n=a[e],i=t[e],a!==i&&(c&&i&&(ht.isPlainObject(i)||(o=ht.isArray(i)))?(o?(o=!1,r=n&&ht.isArray(n)?n:[]):r=n&&ht.isPlainObject(n)?n:{},a[e]=ht.extend(c,r,i)):void 0!==i&&(a[e]=i));return a},ht.extend({expando:"jQuery"+(dt+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isFunction:function(t){return"function"===ht.type(t)},isArray:Array.isArray,isWindow:function(t){return null!=t&&t===t.window},isNumeric:function(t){var e=ht.type(t);return("number"===e||"string"===e)&&!isNaN(t-parseFloat(t))},isPlainObject:function(t){var e,n;return t&&"[object Object]"===at.call(t)?(e=tt(t))?(n=st.call(e,"constructor")&&e.constructor,"function"==typeof n&<.call(n)===ct):!0:!1},isEmptyObject:function(t){var e;for(e in t)return!1;return!0},type:function(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?rt[at.call(t)]||"object":typeof t},globalEval:function(t){n(t)},camelCase:function(t){return t.replace(pt,"ms-").replace(mt,gt)},nodeName:function(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()},each:function(t,e){var n,o=0;if(i(t))for(n=t.length;n>o&&e.call(t[o],o,t[o])!==!1;o++);else for(o in t)if(e.call(t[o],o,t[o])===!1)break;return t},trim:function(t){return null==t?"":(t+"").replace(ft,"")},makeArray:function(t,e){var n=e||[];return null!=t&&(i(Object(t))?ht.merge(n,"string"==typeof t?[t]:t):it.call(n,t)),n},inArray:function(t,e,n){return null==e?-1:ot.call(e,t,n)},merge:function(t,e){for(var n=+e.length,i=0,o=t.length;n>i;i++)t[o++]=e[i];return t.length=o,t},grep:function(t,e,n){for(var i,o=[],r=0,a=t.length,s=!n;a>r;r++)i=!e(t[r],r),i!==s&&o.push(t[r]);return o},map:function(t,e,n){var o,r,a=0,s=[];if(i(t))for(o=t.length;o>a;a++)r=e(t[a],a,n),null!=r&&s.push(r);else for(a in t)r=e(t[a],a,n),null!=r&&s.push(r);return nt.apply([],s)},guid:1,proxy:function(t,e){var n,i,o;return"string"==typeof e&&(n=t[e],e=t,t=n),ht.isFunction(t)?(i=et.call(arguments,2),o=function(){return t.apply(e||this,i.concat(et.call(arguments)))},o.guid=t.guid=t.guid||ht.guid++,o):void 0},now:Date.now,support:ut}),"function"==typeof Symbol&&(ht.fn[Symbol.iterator]=Z[Symbol.iterator]),ht.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(t,e){rt["[object "+e+"]"]=e.toLowerCase()});var vt=function(t){function e(t,e,n,i){var o,r,a,s,l,c,u,h=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!i&&((e?e.ownerDocument||e:U)!==$&&P(e),e=e||$,R)){if(11!==p&&(l=vt.exec(t)))if(o=l[1]){if(9===p){if(!(a=e.getElementById(o)))return n;if(a.id===o)return n.push(a),n}else if(h&&(a=h.getElementById(o))&&F(e,a)&&a.id===o)return n.push(a),n}else{if(l[2])return Z.apply(n,e.getElementsByTagName(t)),n;if((o=l[3])&&x.getElementsByClassName&&e.getElementsByClassName)return Z.apply(n,e.getElementsByClassName(o)),n}if(x.qsa&&!z[t+" "]&&(!N||!N.test(t))){if(1!==p)h=e,u=t;else if("object"!==e.nodeName.toLowerCase()){(s=e.getAttribute("id"))?s=s.replace(Ct,xt):e.setAttribute("id",s=B),c=k(t),r=c.length;for(;r--;)c[r]="#"+s+" "+f(c[r]);u=c.join(","),h=yt.test(t)&&d(e.parentNode)||e}if(u)try{return Z.apply(n,h.querySelectorAll(u)),n}catch(m){}finally{s===B&&e.removeAttribute("id")}}}return E(t.replace(st,"$1"),e,n,i)}function n(){function t(n,i){return e.push(n+" ")>S.cacheLength&&delete t[e.shift()],t[n+" "]=i}var e=[];return t}function i(t){return t[B]=!0,t}function o(t){var e=$.createElement("fieldset");try{return!!t(e)}catch(n){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function r(t,e){for(var n=t.split("|"),i=n.length;i--;)S.attrHandle[n[i]]=e}function a(t,e){var n=e&&t,i=n&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(i)return i;if(n)for(;n=n.nextSibling;)if(n===e)return-1;return t?1:-1}function s(t){return function(e){var n=e.nodeName.toLowerCase();return"input"===n&&e.type===t}}function l(t){return function(e){var n=e.nodeName.toLowerCase();return("input"===n||"button"===n)&&e.type===t}}function c(t){return function(e){return"label"in e&&e.disabled===t||"form"in e&&e.disabled===t||"form"in e&&e.disabled===!1&&(e.isDisabled===t||e.isDisabled!==!t&&("label"in e||!Tt(e))!==t)}}function u(t){return i(function(e){return e=+e,i(function(n,i){for(var o,r=t([],n.length,e),a=r.length;a--;)n[o=r[a]]&&(n[o]=!(i[o]=n[o]))})})}function d(t){return t&&"undefined"!=typeof t.getElementsByTagName&&t}function h(){}function f(t){for(var e=0,n=t.length,i="";n>e;e++)i+=t[e].value;return i}function p(t,e,n){var i=e.dir,o=e.next,r=o||i,a=n&&"parentNode"===r,s=q++;return e.first?function(e,n,o){for(;e=e[i];)if(1===e.nodeType||a)return t(e,n,o)}:function(e,n,l){var c,u,d,h=[H,s];if(l){for(;e=e[i];)if((1===e.nodeType||a)&&t(e,n,l))return!0}else for(;e=e[i];)if(1===e.nodeType||a)if(d=e[B]||(e[B]={}),u=d[e.uniqueID]||(d[e.uniqueID]={}),o&&o===e.nodeName.toLowerCase())e=e[i]||e;else{if((c=u[r])&&c[0]===H&&c[1]===s)return h[2]=c[2];if(u[r]=h,h[2]=t(e,n,l))return!0}}}function m(t){return t.length>1?function(e,n,i){for(var o=t.length;o--;)if(!t[o](e,n,i))return!1;return!0}:t[0]}function g(t,n,i){for(var o=0,r=n.length;r>o;o++)e(t,n[o],i);return i}function v(t,e,n,i,o){for(var r,a=[],s=0,l=t.length,c=null!=e;l>s;s++)(r=t[s])&&(n&&!n(r,i,o)||(a.push(r),c&&e.push(s)));return a}function y(t,e,n,o,r,a){return o&&!o[B]&&(o=y(o)),r&&!r[B]&&(r=y(r,a)),i(function(i,a,s,l){var c,u,d,h=[],f=[],p=a.length,m=i||g(e||"*",s.nodeType?[s]:s,[]),y=!t||!i&&e?m:v(m,h,t,s,l),b=n?r||(i?t:p||o)?[]:a:y;if(n&&n(y,b,s,l),o){c=v(b,f),o(c,[],s,l),u=c.length;for(;u--;)(d=c[u])&&(b[f[u]]=!(y[f[u]]=d))}if(i){if(r||t){if(r){c=[],u=b.length;for(;u--;)(d=b[u])&&c.push(y[u]=d);r(null,b=[],c,l)}u=b.length;for(;u--;)(d=b[u])&&(c=r?tt(i,d):h[u])>-1&&(i[c]=!(a[c]=d))}}else b=v(b===a?b.splice(p,b.length):b),r?r(null,a,b,l):Z.apply(a,b)})}function b(t){for(var e,n,i,o=t.length,r=S.relative[t[0].type],a=r||S.relative[" "],s=r?1:0,l=p(function(t){return t===e},a,!0),c=p(function(t){return tt(e,t)>-1},a,!0),u=[function(t,n,i){var o=!r&&(i||n!==O)||((e=n).nodeType?l(t,n,i):c(t,n,i));return e=null,o}];o>s;s++)if(n=S.relative[t[s].type])u=[p(m(u),n)];else{if(n=S.filter[t[s].type].apply(null,t[s].matches),n[B]){for(i=++s;o>i&&!S.relative[t[i].type];i++);return y(s>1&&m(u),s>1&&f(t.slice(0,s-1).concat({value:" "===t[s-2].type?"*":""})).replace(st,"$1"),n,i>s&&b(t.slice(s,i)),o>i&&b(t=t.slice(i)),o>i&&f(t))}u.push(n)}return m(u)}function w(t,n){var o=n.length>0,r=t.length>0,a=function(i,a,s,l,c){var u,d,h,f=0,p="0",m=i&&[],g=[],y=O,b=i||r&&S.find.TAG("*",c),w=H+=null==y?1:Math.random()||.1,C=b.length;for(c&&(O=a===$||a||c);p!==C&&null!=(u=b[p]);p++){if(r&&u){d=0,a||u.ownerDocument===$||(P(u),s=!R);for(;h=t[d++];)if(h(u,a||$,s)){l.push(u);break}c&&(H=w)}o&&((u=!h&&u)&&f--,i&&m.push(u))}if(f+=p,o&&p!==f){d=0;for(;h=n[d++];)h(m,g,a,s);if(i){if(f>0)for(;p--;)m[p]||g[p]||(g[p]=K.call(l));g=v(g)}Z.apply(l,g),c&&!i&&g.length>0&&f+n.length>1&&e.uniqueSort(l)}return c&&(H=w,O=y),m};return o?i(a):a}var C,x,S,T,_,k,D,E,O,A,I,P,$,M,R,N,L,j,F,B="sizzle"+1*new Date,U=t.document,H=0,q=0,V=n(),W=n(),z=n(),Y=function(t,e){return t===e&&(I=!0),0},X={}.hasOwnProperty,Q=[],K=Q.pop,G=Q.push,Z=Q.push,J=Q.slice,tt=function(t,e){for(var n=0,i=t.length;i>n;n++)if(t[n]===e)return n;return-1},et="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",nt="[\\x20\\t\\r\\n\\f]",it="(?:\\\\.|[\\w-]|[^\x00-\\xa0])+",ot="\\["+nt+"*("+it+")(?:"+nt+"*([*^$|!~]?=)"+nt+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+it+"))|)"+nt+"*\\]",rt=":("+it+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+ot+")*)|.*)\\)|)",at=new RegExp(nt+"+","g"),st=new RegExp("^"+nt+"+|((?:^|[^\\\\])(?:\\\\.)*)"+nt+"+$","g"),lt=new RegExp("^"+nt+"*,"+nt+"*"),ct=new RegExp("^"+nt+"*([>+~]|"+nt+")"+nt+"*"),ut=new RegExp("="+nt+"*([^\\]'\"]*?)"+nt+"*\\]","g"),dt=new RegExp(rt),ht=new RegExp("^"+it+"$"),ft={ID:new RegExp("^#("+it+")"),CLASS:new RegExp("^\\.("+it+")"),TAG:new RegExp("^("+it+"|[*])"),ATTR:new RegExp("^"+ot),PSEUDO:new RegExp("^"+rt),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+nt+"*(even|odd|(([+-]|)(\\d*)n|)"+nt+"*(?:([+-]|)"+nt+"*(\\d+)|))"+nt+"*\\)|)","i"),bool:new RegExp("^(?:"+et+")$","i"),needsContext:new RegExp("^"+nt+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+nt+"*((?:-\\d)?\\d*)"+nt+"*\\)|)(?=[^-]|$)","i")},pt=/^(?:input|select|textarea|button)$/i,mt=/^h\d$/i,gt=/^[^{]+\{\s*\[native \w/,vt=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,yt=/[+~]/,bt=new RegExp("\\\\([\\da-f]{1,6}"+nt+"?|("+nt+")|.)","ig"),wt=function(t,e,n){var i="0x"+e-65536;return i!==i||n?e:0>i?String.fromCharCode(i+65536):String.fromCharCode(i>>10|55296,1023&i|56320)},Ct=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g,xt=function(t,e){return e?"\x00"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},St=function(){P()},Tt=p(function(t){return t.disabled===!0},{dir:"parentNode",next:"legend"});try{Z.apply(Q=J.call(U.childNodes),U.childNodes),Q[U.childNodes.length].nodeType}catch(_t){Z={apply:Q.length?function(t,e){G.apply(t,J.call(e))}:function(t,e){for(var n=t.length,i=0;t[n++]=e[i++];);t.length=n-1}}}x=e.support={},_=e.isXML=function(t){var e=t&&(t.ownerDocument||t).documentElement;return e?"HTML"!==e.nodeName:!1},P=e.setDocument=function(t){var e,n,i=t?t.ownerDocument||t:U;return i!==$&&9===i.nodeType&&i.documentElement?($=i,M=$.documentElement,R=!_($),U!==$&&(n=$.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",St,!1):n.attachEvent&&n.attachEvent("onunload",St)),x.attributes=o(function(t){return t.className="i",!t.getAttribute("className")}),x.getElementsByTagName=o(function(t){return t.appendChild($.createComment("")),!t.getElementsByTagName("*").length}),x.getElementsByClassName=gt.test($.getElementsByClassName),x.getById=o(function(t){return M.appendChild(t).id=B,!$.getElementsByName||!$.getElementsByName(B).length}),x.getById?(S.find.ID=function(t,e){if("undefined"!=typeof e.getElementById&&R){var n=e.getElementById(t);return n?[n]:[]}},S.filter.ID=function(t){var e=t.replace(bt,wt);return function(t){return t.getAttribute("id")===e}}):(delete S.find.ID,S.filter.ID=function(t){var e=t.replace(bt,wt);return function(t){var n="undefined"!=typeof t.getAttributeNode&&t.getAttributeNode("id");return n&&n.value===e}}),S.find.TAG=x.getElementsByTagName?function(t,e){return"undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t):x.qsa?e.querySelectorAll(t):void 0}:function(t,e){var n,i=[],o=0,r=e.getElementsByTagName(t);if("*"===t){for(;n=r[o++];)1===n.nodeType&&i.push(n);return i}return r},S.find.CLASS=x.getElementsByClassName&&function(t,e){return"undefined"!=typeof e.getElementsByClassName&&R?e.getElementsByClassName(t):void 0},L=[],N=[],(x.qsa=gt.test($.querySelectorAll))&&(o(function(t){M.appendChild(t).innerHTML="",t.querySelectorAll("[msallowcapture^='']").length&&N.push("[*^$]="+nt+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||N.push("\\["+nt+"*(?:value|"+et+")"),t.querySelectorAll("[id~="+B+"-]").length||N.push("~="),t.querySelectorAll(":checked").length||N.push(":checked"),t.querySelectorAll("a#"+B+"+*").length||N.push(".#.+[+~]")}),o(function(t){t.innerHTML="";var e=$.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&N.push("name"+nt+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&N.push(":enabled",":disabled"),M.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&N.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),N.push(",.*:")})),(x.matchesSelector=gt.test(j=M.matches||M.webkitMatchesSelector||M.mozMatchesSelector||M.oMatchesSelector||M.msMatchesSelector))&&o(function(t){x.disconnectedMatch=j.call(t,"*"),j.call(t,"[s!='']:x"),L.push("!=",rt)}),N=N.length&&new RegExp(N.join("|")),L=L.length&&new RegExp(L.join("|")),e=gt.test(M.compareDocumentPosition),F=e||gt.test(M.contains)?function(t,e){var n=9===t.nodeType?t.documentElement:t,i=e&&e.parentNode;return t===i||!(!i||1!==i.nodeType||!(n.contains?n.contains(i):t.compareDocumentPosition&&16&t.compareDocumentPosition(i)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},Y=e?function(t,e){if(t===e)return I=!0,0;var n=!t.compareDocumentPosition-!e.compareDocumentPosition;return n?n:(n=(t.ownerDocument||t)===(e.ownerDocument||e)?t.compareDocumentPosition(e):1,1&n||!x.sortDetached&&e.compareDocumentPosition(t)===n?t===$||t.ownerDocument===U&&F(U,t)?-1:e===$||e.ownerDocument===U&&F(U,e)?1:A?tt(A,t)-tt(A,e):0:4&n?-1:1)}:function(t,e){if(t===e)return I=!0,0;var n,i=0,o=t.parentNode,r=e.parentNode,s=[t],l=[e];if(!o||!r)return t===$?-1:e===$?1:o?-1:r?1:A?tt(A,t)-tt(A,e):0;if(o===r)return a(t,e);n=t;for(;n=n.parentNode;)s.unshift(n);n=e;for(;n=n.parentNode;)l.unshift(n);for(;s[i]===l[i];)i++;return i?a(s[i],l[i]):s[i]===U?-1:l[i]===U?1:0},$):$},e.matches=function(t,n){return e(t,null,null,n)},e.matchesSelector=function(t,n){if((t.ownerDocument||t)!==$&&P(t),n=n.replace(ut,"='$1']"),x.matchesSelector&&R&&!z[n+" "]&&(!L||!L.test(n))&&(!N||!N.test(n)))try{var i=j.call(t,n);if(i||x.disconnectedMatch||t.document&&11!==t.document.nodeType)return i}catch(o){}return e(n,$,null,[t]).length>0},e.contains=function(t,e){return(t.ownerDocument||t)!==$&&P(t),F(t,e)},e.attr=function(t,e){(t.ownerDocument||t)!==$&&P(t);var n=S.attrHandle[e.toLowerCase()],i=n&&X.call(S.attrHandle,e.toLowerCase())?n(t,e,!R):void 0;return void 0!==i?i:x.attributes||!R?t.getAttribute(e):(i=t.getAttributeNode(e))&&i.specified?i.value:null},e.escape=function(t){return(t+"").replace(Ct,xt)},e.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},e.uniqueSort=function(t){var e,n=[],i=0,o=0;if(I=!x.detectDuplicates,A=!x.sortStable&&t.slice(0),t.sort(Y),I){for(;e=t[o++];)e===t[o]&&(i=n.push(o));for(;i--;)t.splice(n[i],1)}return A=null,t},T=e.getText=function(t){var e,n="",i=0,o=t.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)n+=T(t)}else if(3===o||4===o)return t.nodeValue}else for(;e=t[i++];)n+=T(e);return n},S=e.selectors={cacheLength:50,createPseudo:i,match:ft,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(bt,wt),t[3]=(t[3]||t[4]||t[5]||"").replace(bt,wt),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||e.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&e.error(t[0]),t},PSEUDO:function(t){var e,n=!t[6]&&t[2];return ft.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":n&&dt.test(n)&&(e=k(n,!0))&&(e=n.indexOf(")",n.length-e)-n.length)&&(t[0]=t[0].slice(0,e),t[2]=n.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(bt,wt).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=V[t+" "];return e||(e=new RegExp("(^|"+nt+")"+t+"("+nt+"|$)"))&&V(t,function(t){return e.test("string"==typeof t.className&&t.className||"undefined"!=typeof t.getAttribute&&t.getAttribute("class")||"")})},ATTR:function(t,n,i){return function(o){var r=e.attr(o,t);return null==r?"!="===n:n?(r+="","="===n?r===i:"!="===n?r!==i:"^="===n?i&&0===r.indexOf(i):"*="===n?i&&r.indexOf(i)>-1:"$="===n?i&&r.slice(-i.length)===i:"~="===n?(" "+r.replace(at," ")+" ").indexOf(i)>-1:"|="===n?r===i||r.slice(0,i.length+1)===i+"-":!1):!0}},CHILD:function(t,e,n,i,o){var r="nth"!==t.slice(0,3),a="last"!==t.slice(-4),s="of-type"===e;return 1===i&&0===o?function(t){return!!t.parentNode}:function(e,n,l){var c,u,d,h,f,p,m=r!==a?"nextSibling":"previousSibling",g=e.parentNode,v=s&&e.nodeName.toLowerCase(),y=!l&&!s,b=!1;if(g){if(r){for(;m;){h=e;for(;h=h[m];)if(s?h.nodeName.toLowerCase()===v:1===h.nodeType)return!1;p=m="only"===t&&!p&&"nextSibling"}return!0}if(p=[a?g.firstChild:g.lastChild],a&&y){h=g,d=h[B]||(h[B]={}),u=d[h.uniqueID]||(d[h.uniqueID]={}),c=u[t]||[],f=c[0]===H&&c[1],b=f&&c[2],h=f&&g.childNodes[f];for(;h=++f&&h&&h[m]||(b=f=0)||p.pop();)if(1===h.nodeType&&++b&&h===e){u[t]=[H,f,b];break}}else if(y&&(h=e,d=h[B]||(h[B]={}),u=d[h.uniqueID]||(d[h.uniqueID]={}),c=u[t]||[],f=c[0]===H&&c[1],b=f),b===!1)for(;(h=++f&&h&&h[m]||(b=f=0)||p.pop())&&((s?h.nodeName.toLowerCase()!==v:1!==h.nodeType)||!++b||(y&&(d=h[B]||(h[B]={}),u=d[h.uniqueID]||(d[h.uniqueID]={}),u[t]=[H,b]),h!==e)););return b-=o,b===i||b%i===0&&b/i>=0}}},PSEUDO:function(t,n){var o,r=S.pseudos[t]||S.setFilters[t.toLowerCase()]||e.error("unsupported pseudo: "+t);return r[B]?r(n):r.length>1?(o=[t,t,"",n],S.setFilters.hasOwnProperty(t.toLowerCase())?i(function(t,e){for(var i,o=r(t,n),a=o.length;a--;)i=tt(t,o[a]),t[i]=!(e[i]=o[a])}):function(t){return r(t,0,o)}):r}},pseudos:{not:i(function(t){var e=[],n=[],o=D(t.replace(st,"$1"));return o[B]?i(function(t,e,n,i){for(var r,a=o(t,null,i,[]),s=t.length;s--;)(r=a[s])&&(t[s]=!(e[s]=r))}):function(t,i,r){return e[0]=t,o(e,null,r,n),e[0]=null,!n.pop()}}),has:i(function(t){return function(n){return e(t,n).length>0}}),contains:i(function(t){return t=t.replace(bt,wt),function(e){return(e.textContent||e.innerText||T(e)).indexOf(t)>-1}}),lang:i(function(t){return ht.test(t||"")||e.error("unsupported lang: "+t),t=t.replace(bt,wt).toLowerCase(),function(e){var n;do if(n=R?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return n=n.toLowerCase(),n===t||0===n.indexOf(t+"-");while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var n=t.location&&t.location.hash;return n&&n.slice(1)===e.id},root:function(t){return t===M},focus:function(t){return t===$.activeElement&&(!$.hasFocus||$.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:c(!1),disabled:c(!0),checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex, -t.selected===!0},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!S.pseudos.empty(t)},header:function(t){return mt.test(t.nodeName)},input:function(t){return pt.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:u(function(){return[0]}),last:u(function(t,e){return[e-1]}),eq:u(function(t,e,n){return[0>n?n+e:n]}),even:u(function(t,e){for(var n=0;e>n;n+=2)t.push(n);return t}),odd:u(function(t,e){for(var n=1;e>n;n+=2)t.push(n);return t}),lt:u(function(t,e,n){for(var i=0>n?n+e:n;--i>=0;)t.push(i);return t}),gt:u(function(t,e,n){for(var i=0>n?n+e:n;++i2&&"ID"===(a=r[0]).type&&x.getById&&9===e.nodeType&&R&&S.relative[r[1].type]){if(e=(S.find.ID(a.matches[0].replace(bt,wt),e)||[])[0],!e)return n;c&&(e=e.parentNode),t=t.slice(r.shift().value.length)}o=ft.needsContext.test(t)?0:r.length;for(;o--&&(a=r[o],!S.relative[s=a.type]);)if((l=S.find[s])&&(i=l(a.matches[0].replace(bt,wt),yt.test(r[0].type)&&d(e.parentNode)||e))){if(r.splice(o,1),t=i.length&&f(r),!t)return Z.apply(n,i),n;break}}return(c||D(t,u))(i,e,!R,n,!e||yt.test(t)&&d(e.parentNode)||e),n},x.sortStable=B.split("").sort(Y).join("")===B,x.detectDuplicates=!!I,P(),x.sortDetached=o(function(t){return 1&t.compareDocumentPosition($.createElement("fieldset"))}),o(function(t){return t.innerHTML="","#"===t.firstChild.getAttribute("href")})||r("type|href|height|width",function(t,e,n){return n?void 0:t.getAttribute(e,"type"===e.toLowerCase()?1:2)}),x.attributes&&o(function(t){return t.innerHTML="",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")})||r("value",function(t,e,n){return n||"input"!==t.nodeName.toLowerCase()?void 0:t.defaultValue}),o(function(t){return null==t.getAttribute("disabled")})||r(et,function(t,e,n){var i;return n?void 0:t[e]===!0?e.toLowerCase():(i=t.getAttributeNode(e))&&i.specified?i.value:null}),e}(t);ht.find=vt,ht.expr=vt.selectors,ht.expr[":"]=ht.expr.pseudos,ht.uniqueSort=ht.unique=vt.uniqueSort,ht.text=vt.getText,ht.isXMLDoc=vt.isXML,ht.contains=vt.contains,ht.escapeSelector=vt.escape;var yt=function(t,e,n){for(var i=[],o=void 0!==n;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(o&&ht(t).is(n))break;i.push(t)}return i},bt=function(t,e){for(var n=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&n.push(t);return n},wt=ht.expr.match.needsContext,Ct=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,xt=/^.[^:#\[\.,]*$/;ht.filter=function(t,e,n){var i=e[0];return n&&(t=":not("+t+")"),1===e.length&&1===i.nodeType?ht.find.matchesSelector(i,t)?[i]:[]:ht.find.matches(t,ht.grep(e,function(t){return 1===t.nodeType}))},ht.fn.extend({find:function(t){var e,n,i=this.length,o=this;if("string"!=typeof t)return this.pushStack(ht(t).filter(function(){for(e=0;i>e;e++)if(ht.contains(o[e],this))return!0}));for(n=this.pushStack([]),e=0;i>e;e++)ht.find(t,o[e],n);return i>1?ht.uniqueSort(n):n},filter:function(t){return this.pushStack(o(this,t||[],!1))},not:function(t){return this.pushStack(o(this,t||[],!0))},is:function(t){return!!o(this,"string"==typeof t&&wt.test(t)?ht(t):t||[],!1).length}});var St,Tt=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,_t=ht.fn.init=function(t,e,n){var i,o;if(!t)return this;if(n=n||St,"string"==typeof t){if(i="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:Tt.exec(t),!i||!i[1]&&e)return!e||e.jquery?(e||n).find(t):this.constructor(e).find(t);if(i[1]){if(e=e instanceof ht?e[0]:e,ht.merge(this,ht.parseHTML(i[1],e&&e.nodeType?e.ownerDocument||e:J,!0)),Ct.test(i[1])&&ht.isPlainObject(e))for(i in e)ht.isFunction(this[i])?this[i](e[i]):this.attr(i,e[i]);return this}return o=J.getElementById(i[2]),o&&(this[0]=o,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):ht.isFunction(t)?void 0!==n.ready?n.ready(t):t(ht):ht.makeArray(t,this)};_t.prototype=ht.fn,St=ht(J);var kt=/^(?:parents|prev(?:Until|All))/,Dt={children:!0,contents:!0,next:!0,prev:!0};ht.fn.extend({has:function(t){var e=ht(t,this),n=e.length;return this.filter(function(){for(var t=0;n>t;t++)if(ht.contains(this,e[t]))return!0})},closest:function(t,e){var n,i=0,o=this.length,r=[],a="string"!=typeof t&&ht(t);if(!wt.test(t))for(;o>i;i++)for(n=this[i];n&&n!==e;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&ht.find.matchesSelector(n,t))){r.push(n);break}return this.pushStack(r.length>1?ht.uniqueSort(r):r)},index:function(t){return t?"string"==typeof t?ot.call(ht(t),this[0]):ot.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(ht.uniqueSort(ht.merge(this.get(),ht(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}});ht.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return yt(t,"parentNode")},parentsUntil:function(t,e,n){return yt(t,"parentNode",n)},next:function(t){return r(t,"nextSibling")},prev:function(t){return r(t,"previousSibling")},nextAll:function(t){return yt(t,"nextSibling")},prevAll:function(t){return yt(t,"previousSibling")},nextUntil:function(t,e,n){return yt(t,"nextSibling",n)},prevUntil:function(t,e,n){return yt(t,"previousSibling",n)},siblings:function(t){return bt((t.parentNode||{}).firstChild,t)},children:function(t){return bt(t.firstChild)},contents:function(t){return t.contentDocument||ht.merge([],t.childNodes)}},function(t,e){ht.fn[t]=function(n,i){var o=ht.map(this,e,n);return"Until"!==t.slice(-5)&&(i=n),i&&"string"==typeof i&&(o=ht.filter(i,o)),this.length>1&&(Dt[t]||ht.uniqueSort(o),kt.test(t)&&o.reverse()),this.pushStack(o)}});var Et=/\S+/g;ht.Callbacks=function(t){t="string"==typeof t?a(t):ht.extend({},t);var e,n,i,o,r=[],s=[],l=-1,c=function(){for(o=t.once,i=e=!0;s.length;l=-1){n=s.shift();for(;++l-1;)r.splice(n,1),l>=n&&l--}),this},has:function(t){return t?ht.inArray(t,r)>-1:r.length>0},empty:function(){return r&&(r=[]),this},disable:function(){return o=s=[],r=n="",this},disabled:function(){return!r},lock:function(){return o=s=[],n||e||(r=n=""),this},locked:function(){return!!o},fireWith:function(t,n){return o||(n=n||[],n=[t,n.slice?n.slice():n],s.push(n),e||c()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!i}};return u};ht.extend({Deferred:function(e){var n=[["notify","progress",ht.Callbacks("memory"),ht.Callbacks("memory"),2],["resolve","done",ht.Callbacks("once memory"),ht.Callbacks("once memory"),0,"resolved"],["reject","fail",ht.Callbacks("once memory"),ht.Callbacks("once memory"),1,"rejected"]],i="pending",o={state:function(){return i},always:function(){return r.done(arguments).fail(arguments),this},"catch":function(t){return o.then(null,t)},pipe:function(){var t=arguments;return ht.Deferred(function(e){ht.each(n,function(n,i){var o=ht.isFunction(t[i[4]])&&t[i[4]];r[i[1]](function(){var t=o&&o.apply(this,arguments);t&&ht.isFunction(t.promise)?t.promise().progress(e.notify).done(e.resolve).fail(e.reject):e[i[0]+"With"](this,o?[t]:arguments)})}),t=null}).promise()},then:function(e,i,o){function r(e,n,i,o){return function(){var c=this,u=arguments,d=function(){var t,d;if(!(a>e)){if(t=i.apply(c,u),t===n.promise())throw new TypeError("Thenable self-resolution");d=t&&("object"==typeof t||"function"==typeof t)&&t.then,ht.isFunction(d)?o?d.call(t,r(a,n,s,o),r(a,n,l,o)):(a++,d.call(t,r(a,n,s,o),r(a,n,l,o),r(a,n,s,n.notifyWith))):(i!==s&&(c=void 0,u=[t]),(o||n.resolveWith)(c,u))}},h=o?d:function(){try{d()}catch(t){ht.Deferred.exceptionHook&&ht.Deferred.exceptionHook(t,h.stackTrace),e+1>=a&&(i!==l&&(c=void 0,u=[t]),n.rejectWith(c,u))}};e?h():(ht.Deferred.getStackHook&&(h.stackTrace=ht.Deferred.getStackHook()),t.setTimeout(h))}}var a=0;return ht.Deferred(function(t){n[0][3].add(r(0,t,ht.isFunction(o)?o:s,t.notifyWith)),n[1][3].add(r(0,t,ht.isFunction(e)?e:s)),n[2][3].add(r(0,t,ht.isFunction(i)?i:l))}).promise()},promise:function(t){return null!=t?ht.extend(t,o):o}},r={};return ht.each(n,function(t,e){var a=e[2],s=e[5];o[e[1]]=a.add,s&&a.add(function(){i=s},n[3-t][2].disable,n[0][2].lock),a.add(e[3].fire),r[e[0]]=function(){return r[e[0]+"With"](this===r?void 0:this,arguments),this},r[e[0]+"With"]=a.fireWith}),o.promise(r),e&&e.call(r,r),r},when:function(t){var e=arguments.length,n=e,i=Array(n),o=et.call(arguments),r=ht.Deferred(),a=function(t){return function(n){i[t]=this,o[t]=arguments.length>1?et.call(arguments):n,--e||r.resolveWith(i,o)}};if(1>=e&&(c(t,r.done(a(n)).resolve,r.reject),"pending"===r.state()||ht.isFunction(o[n]&&o[n].then)))return r.then();for(;n--;)c(o[n],a(n),r.reject);return r.promise()}});var Ot=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;ht.Deferred.exceptionHook=function(e,n){t.console&&t.console.warn&&e&&Ot.test(e.name)&&t.console.warn("jQuery.Deferred exception: "+e.message,e.stack,n)};var At=ht.Deferred();ht.fn.ready=function(t){return At.then(t),this},ht.extend({isReady:!1,readyWait:1,holdReady:function(t){t?ht.readyWait++:ht.ready(!0)},ready:function(t){(t===!0?--ht.readyWait:ht.isReady)||(ht.isReady=!0,t!==!0&&--ht.readyWait>0||At.resolveWith(J,[ht]))}}),ht.ready.then=At.then;"complete"===J.readyState||"loading"!==J.readyState&&!J.documentElement.doScroll?t.setTimeout(ht.ready):(J.addEventListener("DOMContentLoaded",u),t.addEventListener("load",u));var It=function(t,e,n,i,o,r,a){var s=0,l=t.length,c=null==n;if("object"===ht.type(n)){o=!0;for(s in n)It(t,e,s,n[s],!0,r,a)}else if(void 0!==i&&(o=!0,ht.isFunction(i)||(a=!0),c&&(a?(e.call(t,i),e=null):(c=e,e=function(t,e,n){return c.call(ht(t),n)})),e))for(;l>s;s++)e(t[s],n,a?i:i.call(t[s],s,e(t[s],n)));return o?t:c?e.call(t):l?e(t[0],n):r},Pt=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};d.uid=1,d.prototype={cache:function(t){var e=t[this.expando];return e||(e={},Pt(t)&&(t.nodeType?t[this.expando]=e:Object.defineProperty(t,this.expando,{value:e,configurable:!0}))),e},set:function(t,e,n){var i,o=this.cache(t);if("string"==typeof e)o[ht.camelCase(e)]=n;else for(i in e)o[ht.camelCase(i)]=e[i];return o},get:function(t,e){return void 0===e?this.cache(t):t[this.expando]&&t[this.expando][ht.camelCase(e)]},access:function(t,e,n){return void 0===e||e&&"string"==typeof e&&void 0===n?this.get(t,e):(this.set(t,e,n),void 0!==n?n:e)},remove:function(t,e){var n,i=t[this.expando];if(void 0!==i){if(void 0!==e){ht.isArray(e)?e=e.map(ht.camelCase):(e=ht.camelCase(e),e=e in i?[e]:e.match(Et)||[]),n=e.length;for(;n--;)delete i[e[n]]}(void 0===e||ht.isEmptyObject(i))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var e=t[this.expando];return void 0!==e&&!ht.isEmptyObject(e)}};var $t=new d,Mt=new d,Rt=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Nt=/[A-Z]/g;ht.extend({hasData:function(t){return Mt.hasData(t)||$t.hasData(t)},data:function(t,e,n){return Mt.access(t,e,n)},removeData:function(t,e){Mt.remove(t,e)},_data:function(t,e,n){return $t.access(t,e,n)},_removeData:function(t,e){$t.remove(t,e)}}),ht.fn.extend({data:function(t,e){var n,i,o,r=this[0],a=r&&r.attributes;if(void 0===t){if(this.length&&(o=Mt.get(r),1===r.nodeType&&!$t.get(r,"hasDataAttrs"))){n=a.length;for(;n--;)a[n]&&(i=a[n].name,0===i.indexOf("data-")&&(i=ht.camelCase(i.slice(5)),h(r,i,o[i])));$t.set(r,"hasDataAttrs",!0)}return o}return"object"==typeof t?this.each(function(){Mt.set(this,t)}):It(this,function(e){var n;if(r&&void 0===e){if(n=Mt.get(r,t),void 0!==n)return n;if(n=h(r,t),void 0!==n)return n}else this.each(function(){Mt.set(this,t,e)})},null,e,arguments.length>1,null,!0)},removeData:function(t){return this.each(function(){Mt.remove(this,t)})}}),ht.extend({queue:function(t,e,n){var i;return t?(e=(e||"fx")+"queue",i=$t.get(t,e),n&&(!i||ht.isArray(n)?i=$t.access(t,e,ht.makeArray(n)):i.push(n)),i||[]):void 0},dequeue:function(t,e){e=e||"fx";var n=ht.queue(t,e),i=n.length,o=n.shift(),r=ht._queueHooks(t,e),a=function(){ht.dequeue(t,e)};"inprogress"===o&&(o=n.shift(),i--),o&&("fx"===e&&n.unshift("inprogress"),delete r.stop,o.call(t,a,r)),!i&&r&&r.empty.fire()},_queueHooks:function(t,e){var n=e+"queueHooks";return $t.get(t,n)||$t.access(t,n,{empty:ht.Callbacks("once memory").add(function(){$t.remove(t,[e+"queue",n])})})}}),ht.fn.extend({queue:function(t,e){var n=2;return"string"!=typeof t&&(e=t,t="fx",n--),arguments.length\x20\t\r\n\f]+)/i,Wt=/^$|\/(?:java|ecma)script/i,zt={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};zt.optgroup=zt.option,zt.tbody=zt.tfoot=zt.colgroup=zt.caption=zt.thead,zt.th=zt.td;var Yt=/<|&#?\w+;/;!function(){var t=J.createDocumentFragment(),e=t.appendChild(J.createElement("div")),n=J.createElement("input");n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),e.appendChild(n),ut.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",ut.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var Xt=J.documentElement,Qt=/^key/,Kt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Gt=/^([^.]*)(?:\.(.+)|)/;ht.event={global:{},add:function(t,e,n,i,o){var r,a,s,l,c,u,d,h,f,p,m,g=$t.get(t);if(g){n.handler&&(r=n,n=r.handler,o=r.selector),o&&ht.find.matchesSelector(Xt,o),n.guid||(n.guid=ht.guid++),(l=g.events)||(l=g.events={}),(a=g.handle)||(a=g.handle=function(e){return"undefined"!=typeof ht&&ht.event.triggered!==e.type?ht.event.dispatch.apply(t,arguments):void 0}),e=(e||"").match(Et)||[""],c=e.length;for(;c--;)s=Gt.exec(e[c])||[],f=m=s[1],p=(s[2]||"").split(".").sort(),f&&(d=ht.event.special[f]||{},f=(o?d.delegateType:d.bindType)||f,d=ht.event.special[f]||{},u=ht.extend({type:f,origType:m,data:i,handler:n,guid:n.guid,selector:o,needsContext:o&&ht.expr.match.needsContext.test(o),namespace:p.join(".")},r),(h=l[f])||(h=l[f]=[],h.delegateCount=0,d.setup&&d.setup.call(t,i,p,a)!==!1||t.addEventListener&&t.addEventListener(f,a)),d.add&&(d.add.call(t,u),u.handler.guid||(u.handler.guid=n.guid)),o?h.splice(h.delegateCount++,0,u):h.push(u),ht.event.global[f]=!0)}},remove:function(t,e,n,i,o){var r,a,s,l,c,u,d,h,f,p,m,g=$t.hasData(t)&&$t.get(t);if(g&&(l=g.events)){e=(e||"").match(Et)||[""],c=e.length;for(;c--;)if(s=Gt.exec(e[c])||[],f=m=s[1],p=(s[2]||"").split(".").sort(),f){d=ht.event.special[f]||{},f=(i?d.delegateType:d.bindType)||f,h=l[f]||[],s=s[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=r=h.length;for(;r--;)u=h[r],!o&&m!==u.origType||n&&n.guid!==u.guid||s&&!s.test(u.namespace)||i&&i!==u.selector&&("**"!==i||!u.selector)||(h.splice(r,1),u.selector&&h.delegateCount--,d.remove&&d.remove.call(t,u));a&&!h.length&&(d.teardown&&d.teardown.call(t,p,g.handle)!==!1||ht.removeEvent(t,f,g.handle),delete l[f])}else for(f in l)ht.event.remove(t,f+e[c],n,i,!0);ht.isEmptyObject(l)&&$t.remove(t,"handle events")}},dispatch:function(t){var e,n,i,o,r,a,s=ht.event.fix(t),l=new Array(arguments.length),c=($t.get(this,"events")||{})[s.type]||[],u=ht.event.special[s.type]||{};for(l[0]=s,e=1;en;n++)r=e[n],o=r.selector+" ",void 0===i[o]&&(i[o]=r.needsContext?ht(o,this).index(l)>-1:ht.find(o,this,null,[l]).length),i[o]&&i.push(r);i.length&&a.push({elem:l,handlers:i})}return s\x20\t\r\n\f]*)[^>]*)\/>/gi,Jt=/\s*$/g;ht.extend({htmlPrefilter:function(t){return t.replace(Zt,"<$1>")},clone:function(t,e,n){var i,o,r,a,s=t.cloneNode(!0),l=ht.contains(t.ownerDocument,t);if(!(ut.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||ht.isXMLDoc(t)))for(a=g(s),r=g(t),i=0,o=r.length;o>i;i++)D(r[i],a[i]);if(e)if(n)for(r=r||g(t),a=a||g(s),i=0,o=r.length;o>i;i++)k(r[i],a[i]);else k(t,s);return a=g(s,"script"),a.length>0&&v(a,!l&&g(t,"script")),s},cleanData:function(t){for(var e,n,i,o=ht.event.special,r=0;void 0!==(n=t[r]);r++)if(Pt(n)){if(e=n[$t.expando]){if(e.events)for(i in e.events)o[i]?ht.event.remove(n,i):ht.removeEvent(n,i,e.handle);n[$t.expando]=void 0}n[Mt.expando]&&(n[Mt.expando]=void 0)}}}),ht.fn.extend({detach:function(t){return O(this,t,!0)},remove:function(t){return O(this,t)},text:function(t){return It(this,function(t){return void 0===t?ht.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)})},null,t,arguments.length)},append:function(){return E(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=S(this,t);e.appendChild(t)}})},prepend:function(){return E(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=S(this,t);e.insertBefore(t,e.firstChild)}})},before:function(){return E(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this)})},after:function(){return E(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)})},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(ht.cleanData(g(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null==t?!1:t,e=null==e?t:e,this.map(function(){return ht.clone(this,t,e)})},html:function(t){return It(this,function(t){var e=this[0]||{},n=0,i=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!Jt.test(t)&&!zt[(Vt.exec(t)||["",""])[1].toLowerCase()]){t=ht.htmlPrefilter(t);try{for(;i>n;n++)e=this[n]||{},1===e.nodeType&&(ht.cleanData(g(e,!1)),e.innerHTML=t);e=0}catch(o){}}e&&this.empty().append(t)},null,t,arguments.length)},replaceWith:function(){var t=[];return E(this,arguments,function(e){var n=this.parentNode;ht.inArray(this,t)<0&&(ht.cleanData(g(this)),n&&n.replaceChild(e,this))},t)}}),ht.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(t,e){ht.fn[t]=function(t){for(var n,i=[],o=ht(t),r=o.length-1,a=0;r>=a;a++)n=a===r?this:this.clone(!0),ht(o[a])[e](n),it.apply(i,n.get());return this.pushStack(i)}});var ie=/^margin/,oe=new RegExp("^("+Lt+")(?!px)[a-z%]+$","i"),re=function(e){var n=e.ownerDocument.defaultView;return n&&n.opener||(n=t),n.getComputedStyle(e)};!function(){function e(){if(s){s.style.cssText="box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",s.innerHTML="",Xt.appendChild(a);var e=t.getComputedStyle(s);n="1%"!==e.top,r="2px"===e.marginLeft,i="4px"===e.width,s.style.marginRight="50%",o="4px"===e.marginRight,Xt.removeChild(a),s=null}}var n,i,o,r,a=J.createElement("div"),s=J.createElement("div");s.style&&(s.style.backgroundClip="content-box",s.cloneNode(!0).style.backgroundClip="",ut.clearCloneStyle="content-box"===s.style.backgroundClip,a.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",a.appendChild(s),ht.extend(ut,{pixelPosition:function(){return e(),n},boxSizingReliable:function(){return e(),i},pixelMarginRight:function(){return e(),o},reliableMarginLeft:function(){return e(),r}}))}();var ae=/^(none|table(?!-c[ea]).+)/,se={position:"absolute",visibility:"hidden",display:"block"},le={letterSpacing:"0",fontWeight:"400"},ce=["Webkit","Moz","ms"],ue=J.createElement("div").style;ht.extend({cssHooks:{opacity:{get:function(t,e){if(e){var n=A(t,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(t,e,n,i){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var o,r,a,s=ht.camelCase(e),l=t.style;return e=ht.cssProps[s]||(ht.cssProps[s]=P(s)||s),a=ht.cssHooks[e]||ht.cssHooks[s],void 0===n?a&&"get"in a&&void 0!==(o=a.get(t,!1,i))?o:l[e]:(r=typeof n,"string"===r&&(o=jt.exec(n))&&o[1]&&(n=f(t,e,o),r="number"),void(null!=n&&n===n&&("number"===r&&(n+=o&&o[3]||(ht.cssNumber[s]?"":"px")),ut.clearCloneStyle||""!==n||0!==e.indexOf("background")||(l[e]="inherit"),a&&"set"in a&&void 0===(n=a.set(t,n,i))||(l[e]=n))))}},css:function(t,e,n,i){var o,r,a,s=ht.camelCase(e);return e=ht.cssProps[s]||(ht.cssProps[s]=P(s)||s),a=ht.cssHooks[e]||ht.cssHooks[s],a&&"get"in a&&(o=a.get(t,!0,n)),void 0===o&&(o=A(t,e,i)),"normal"===o&&e in le&&(o=le[e]),""===n||n?(r=parseFloat(o),n===!0||isFinite(r)?r||0:o):o}}),ht.each(["height","width"],function(t,e){ht.cssHooks[e]={get:function(t,n,i){return n?!ae.test(ht.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?R(t,e,i):Ut(t,se,function(){return R(t,e,i)}):void 0},set:function(t,n,i){var o,r=i&&re(t),a=i&&M(t,e,i,"border-box"===ht.css(t,"boxSizing",!1,r),r);return a&&(o=jt.exec(n))&&"px"!==(o[3]||"px")&&(t.style[e]=n,n=ht.css(t,e)),$(t,n,a)}}}),ht.cssHooks.marginLeft=I(ut.reliableMarginLeft,function(t,e){return e?(parseFloat(A(t,"marginLeft"))||t.getBoundingClientRect().left-Ut(t,{marginLeft:0},function(){return t.getBoundingClientRect().left}))+"px":void 0}),ht.each({margin:"",padding:"",border:"Width"},function(t,e){ht.cssHooks[t+e]={expand:function(n){for(var i=0,o={},r="string"==typeof n?n.split(" "):[n];4>i;i++)o[t+Ft[i]+e]=r[i]||r[i-2]||r[0];return o}},ie.test(t)||(ht.cssHooks[t+e].set=$)}),ht.fn.extend({css:function(t,e){return It(this,function(t,e,n){var i,o,r={},a=0;if(ht.isArray(e)){for(i=re(t),o=e.length;o>a;a++)r[e[a]]=ht.css(t,e[a],!1,i);return r}return void 0!==n?ht.style(t,e,n):ht.css(t,e)},t,e,arguments.length>1)}});ht.Tween=N,N.prototype={constructor:N,init:function(t,e,n,i,o,r){this.elem=t,this.prop=n,this.easing=o||ht.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=i,this.unit=r||(ht.cssNumber[n]?"":"px")},cur:function(){var t=N.propHooks[this.prop];return t&&t.get?t.get(this):N.propHooks._default.get(this)},run:function(t){var e,n=N.propHooks[this.prop];return this.options.duration?this.pos=e=ht.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):N.propHooks._default.set(this),this}},N.prototype.init.prototype=N.prototype,N.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=ht.css(t.elem,t.prop,""),e&&"auto"!==e?e:0)},set:function(t){ht.fx.step[t.prop]?ht.fx.step[t.prop](t):1!==t.elem.nodeType||null==t.elem.style[ht.cssProps[t.prop]]&&!ht.cssHooks[t.prop]?t.elem[t.prop]=t.now:ht.style(t.elem,t.prop,t.now+t.unit)}}},N.propHooks.scrollTop=N.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},ht.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},ht.fx=N.prototype.init,ht.fx.step={};var de,he,fe=/^(?:toggle|show|hide)$/,pe=/queueHooks$/;ht.Animation=ht.extend(q,{tweeners:{"*":[function(t,e){var n=this.createTween(t,e);return f(n.elem,t,jt.exec(e),n),n}]},tweener:function(t,e){ht.isFunction(t)?(e=t,t=["*"]):t=t.match(Et);for(var n,i=0,o=t.length;o>i;i++)n=t[i],q.tweeners[n]=q.tweeners[n]||[],q.tweeners[n].unshift(e)},prefilters:[U],prefilter:function(t,e){e?q.prefilters.unshift(t):q.prefilters.push(t)}}),ht.speed=function(t,e,n){var i=t&&"object"==typeof t?ht.extend({},t):{complete:n||!n&&e||ht.isFunction(t)&&t,duration:t,easing:n&&e||e&&!ht.isFunction(e)&&e};return ht.fx.off||J.hidden?i.duration=0:i.duration="number"==typeof i.duration?i.duration:i.duration in ht.fx.speeds?ht.fx.speeds[i.duration]:ht.fx.speeds._default,null!=i.queue&&i.queue!==!0||(i.queue="fx"),i.old=i.complete,i.complete=function(){ht.isFunction(i.old)&&i.old.call(this),i.queue&&ht.dequeue(this,i.queue)},i},ht.fn.extend({fadeTo:function(t,e,n,i){return this.filter(Bt).css("opacity",0).show().end().animate({opacity:e},t,n,i)},animate:function(t,e,n,i){var o=ht.isEmptyObject(t),r=ht.speed(e,n,i),a=function(){var e=q(this,ht.extend({},t),r);(o||$t.get(this,"finish"))&&e.stop(!0)};return a.finish=a,o||r.queue===!1?this.each(a):this.queue(r.queue,a)},stop:function(t,e,n){var i=function(t){var e=t.stop;delete t.stop,e(n)};return"string"!=typeof t&&(n=e,e=t,t=void 0),e&&t!==!1&&this.queue(t||"fx",[]),this.each(function(){var e=!0,o=null!=t&&t+"queueHooks",r=ht.timers,a=$t.get(this);if(o)a[o]&&a[o].stop&&i(a[o]);else for(o in a)a[o]&&a[o].stop&&pe.test(o)&&i(a[o]);for(o=r.length;o--;)r[o].elem!==this||null!=t&&r[o].queue!==t||(r[o].anim.stop(n),e=!1,r.splice(o,1));!e&&n||ht.dequeue(this,t)})},finish:function(t){return t!==!1&&(t=t||"fx"),this.each(function(){var e,n=$t.get(this),i=n[t+"queue"],o=n[t+"queueHooks"],r=ht.timers,a=i?i.length:0;for(n.finish=!0,ht.queue(this,t,[]),o&&o.stop&&o.stop.call(this,!0),e=r.length;e--;)r[e].elem===this&&r[e].queue===t&&(r[e].anim.stop(!0), -r.splice(e,1));for(e=0;a>e;e++)i[e]&&i[e].finish&&i[e].finish.call(this);delete n.finish})}}),ht.each(["toggle","show","hide"],function(t,e){var n=ht.fn[e];ht.fn[e]=function(t,i,o){return null==t||"boolean"==typeof t?n.apply(this,arguments):this.animate(F(e,!0),t,i,o)}}),ht.each({slideDown:F("show"),slideUp:F("hide"),slideToggle:F("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(t,e){ht.fn[t]=function(t,n,i){return this.animate(e,t,n,i)}}),ht.timers=[],ht.fx.tick=function(){var t,e=0,n=ht.timers;for(de=ht.now();e1)},removeAttr:function(t){return this.each(function(){ht.removeAttr(this,t)})}}),ht.extend({attr:function(t,e,n){var i,o,r=t.nodeType;return 3!==r&&8!==r&&2!==r?"undefined"==typeof t.getAttribute?ht.prop(t,e,n):(1===r&&ht.isXMLDoc(t)||(o=ht.attrHooks[e.toLowerCase()]||(ht.expr.match.bool.test(e)?me:void 0)),void 0!==n?null===n?void ht.removeAttr(t,e):o&&"set"in o&&void 0!==(i=o.set(t,n,e))?i:(t.setAttribute(e,n+""),n):o&&"get"in o&&null!==(i=o.get(t,e))?i:(i=ht.find.attr(t,e),null==i?void 0:i)):void 0},attrHooks:{type:{set:function(t,e){if(!ut.radioValue&&"radio"===e&&ht.nodeName(t,"input")){var n=t.value;return t.setAttribute("type",e),n&&(t.value=n),e}}}},removeAttr:function(t,e){var n,i=0,o=e&&e.match(Et);if(o&&1===t.nodeType)for(;n=o[i++];)t.removeAttribute(n)}}),me={set:function(t,e,n){return e===!1?ht.removeAttr(t,n):t.setAttribute(n,n),n}},ht.each(ht.expr.match.bool.source.match(/\w+/g),function(t,e){var n=ge[e]||ht.find.attr;ge[e]=function(t,e,i){var o,r,a=e.toLowerCase();return i||(r=ge[a],ge[a]=o,o=null!=n(t,e,i)?a:null,ge[a]=r),o}});var ve=/^(?:input|select|textarea|button)$/i,ye=/^(?:a|area)$/i;ht.fn.extend({prop:function(t,e){return It(this,ht.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each(function(){delete this[ht.propFix[t]||t]})}}),ht.extend({prop:function(t,e,n){var i,o,r=t.nodeType;return 3!==r&&8!==r&&2!==r?(1===r&&ht.isXMLDoc(t)||(e=ht.propFix[e]||e,o=ht.propHooks[e]),void 0!==n?o&&"set"in o&&void 0!==(i=o.set(t,n,e))?i:t[e]=n:o&&"get"in o&&null!==(i=o.get(t,e))?i:t[e]):void 0},propHooks:{tabIndex:{get:function(t){var e=ht.find.attr(t,"tabindex");return e?parseInt(e,10):ve.test(t.nodeName)||ye.test(t.nodeName)&&t.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),ut.optSelected||(ht.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),ht.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){ht.propFix[this.toLowerCase()]=this});var be=/[\t\r\n\f]/g;ht.fn.extend({addClass:function(t){var e,n,i,o,r,a,s,l=0;if(ht.isFunction(t))return this.each(function(e){ht(this).addClass(t.call(this,e,V(this)))});if("string"==typeof t&&t){e=t.match(Et)||[];for(;n=this[l++];)if(o=V(n),i=1===n.nodeType&&(" "+o+" ").replace(be," ")){a=0;for(;r=e[a++];)i.indexOf(" "+r+" ")<0&&(i+=r+" ");s=ht.trim(i),o!==s&&n.setAttribute("class",s)}}return this},removeClass:function(t){var e,n,i,o,r,a,s,l=0;if(ht.isFunction(t))return this.each(function(e){ht(this).removeClass(t.call(this,e,V(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof t&&t){e=t.match(Et)||[];for(;n=this[l++];)if(o=V(n),i=1===n.nodeType&&(" "+o+" ").replace(be," ")){a=0;for(;r=e[a++];)for(;i.indexOf(" "+r+" ")>-1;)i=i.replace(" "+r+" "," ");s=ht.trim(i),o!==s&&n.setAttribute("class",s)}}return this},toggleClass:function(t,e){var n=typeof t;return"boolean"==typeof e&&"string"===n?e?this.addClass(t):this.removeClass(t):ht.isFunction(t)?this.each(function(n){ht(this).toggleClass(t.call(this,n,V(this),e),e)}):this.each(function(){var e,i,o,r;if("string"===n){i=0,o=ht(this),r=t.match(Et)||[];for(;e=r[i++];)o.hasClass(e)?o.removeClass(e):o.addClass(e)}else void 0!==t&&"boolean"!==n||(e=V(this),e&&$t.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||t===!1?"":$t.get(this,"__className__")||""))})},hasClass:function(t){var e,n,i=0;e=" "+t+" ";for(;n=this[i++];)if(1===n.nodeType&&(" "+V(n)+" ").replace(be," ").indexOf(e)>-1)return!0;return!1}});var we=/\r/g,Ce=/[\x20\t\r\n\f]+/g;ht.fn.extend({val:function(t){var e,n,i,o=this[0];return arguments.length?(i=ht.isFunction(t),this.each(function(n){var o;1===this.nodeType&&(o=i?t.call(this,n,ht(this).val()):t,null==o?o="":"number"==typeof o?o+="":ht.isArray(o)&&(o=ht.map(o,function(t){return null==t?"":t+""})),e=ht.valHooks[this.type]||ht.valHooks[this.nodeName.toLowerCase()],e&&"set"in e&&void 0!==e.set(this,o,"value")||(this.value=o))})):o?(e=ht.valHooks[o.type]||ht.valHooks[o.nodeName.toLowerCase()],e&&"get"in e&&void 0!==(n=e.get(o,"value"))?n:(n=o.value,"string"==typeof n?n.replace(we,""):null==n?"":n)):void 0}}),ht.extend({valHooks:{option:{get:function(t){var e=ht.find.attr(t,"value");return null!=e?e:ht.trim(ht.text(t)).replace(Ce," ")}},select:{get:function(t){for(var e,n,i=t.options,o=t.selectedIndex,r="select-one"===t.type,a=r?null:[],s=r?o+1:i.length,l=0>o?s:r?o:0;s>l;l++)if(n=i[l],(n.selected||l===o)&&!n.disabled&&(!n.parentNode.disabled||!ht.nodeName(n.parentNode,"optgroup"))){if(e=ht(n).val(),r)return e;a.push(e)}return a},set:function(t,e){for(var n,i,o=t.options,r=ht.makeArray(e),a=o.length;a--;)i=o[a],(i.selected=ht.inArray(ht.valHooks.option.get(i),r)>-1)&&(n=!0);return n||(t.selectedIndex=-1),r}}}}),ht.each(["radio","checkbox"],function(){ht.valHooks[this]={set:function(t,e){return ht.isArray(e)?t.checked=ht.inArray(ht(t).val(),e)>-1:void 0}},ut.checkOn||(ht.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})});var xe=/^(?:focusinfocus|focusoutblur)$/;ht.extend(ht.event,{trigger:function(e,n,i,o){var r,a,s,l,c,u,d,h=[i||J],f=st.call(e,"type")?e.type:e,p=st.call(e,"namespace")?e.namespace.split("."):[];if(a=s=i=i||J,3!==i.nodeType&&8!==i.nodeType&&!xe.test(f+ht.event.triggered)&&(f.indexOf(".")>-1&&(p=f.split("."),f=p.shift(),p.sort()),c=f.indexOf(":")<0&&"on"+f,e=e[ht.expando]?e:new ht.Event(f,"object"==typeof e&&e),e.isTrigger=o?2:3,e.namespace=p.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=i),n=null==n?[e]:ht.makeArray(n,[e]),d=ht.event.special[f]||{},o||!d.trigger||d.trigger.apply(i,n)!==!1)){if(!o&&!d.noBubble&&!ht.isWindow(i)){for(l=d.delegateType||f,xe.test(l+f)||(a=a.parentNode);a;a=a.parentNode)h.push(a),s=a;s===(i.ownerDocument||J)&&h.push(s.defaultView||s.parentWindow||t)}r=0;for(;(a=h[r++])&&!e.isPropagationStopped();)e.type=r>1?l:d.bindType||f,u=($t.get(a,"events")||{})[e.type]&&$t.get(a,"handle"),u&&u.apply(a,n),u=c&&a[c],u&&u.apply&&Pt(a)&&(e.result=u.apply(a,n),e.result===!1&&e.preventDefault());return e.type=f,o||e.isDefaultPrevented()||d._default&&d._default.apply(h.pop(),n)!==!1||!Pt(i)||c&&ht.isFunction(i[f])&&!ht.isWindow(i)&&(s=i[c],s&&(i[c]=null),ht.event.triggered=f,i[f](),ht.event.triggered=void 0,s&&(i[c]=s)),e.result}},simulate:function(t,e,n){var i=ht.extend(new ht.Event,n,{type:t,isSimulated:!0});ht.event.trigger(i,null,e)}}),ht.fn.extend({trigger:function(t,e){return this.each(function(){ht.event.trigger(t,e,this)})},triggerHandler:function(t,e){var n=this[0];return n?ht.event.trigger(t,e,n,!0):void 0}}),ht.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(t,e){ht.fn[e]=function(t,n){return arguments.length>0?this.on(e,null,t,n):this.trigger(e)}}),ht.fn.extend({hover:function(t,e){return this.mouseenter(t).mouseleave(e||t)}}),ut.focusin="onfocusin"in t,ut.focusin||ht.each({focus:"focusin",blur:"focusout"},function(t,e){var n=function(t){ht.event.simulate(e,t.target,ht.event.fix(t))};ht.event.special[e]={setup:function(){var i=this.ownerDocument||this,o=$t.access(i,e);o||i.addEventListener(t,n,!0),$t.access(i,e,(o||0)+1)},teardown:function(){var i=this.ownerDocument||this,o=$t.access(i,e)-1;o?$t.access(i,e,o):(i.removeEventListener(t,n,!0),$t.remove(i,e))}}});var Se=t.location,Te=ht.now(),_e=/\?/;ht.parseXML=function(e){var n;if(!e||"string"!=typeof e)return null;try{n=(new t.DOMParser).parseFromString(e,"text/xml")}catch(i){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||ht.error("Invalid XML: "+e),n};var ke=/\[\]$/,De=/\r?\n/g,Ee=/^(?:submit|button|image|reset|file)$/i,Oe=/^(?:input|select|textarea|keygen)/i;ht.param=function(t,e){var n,i=[],o=function(t,e){var n=ht.isFunction(e)?e():e;i[i.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==n?"":n)};if(ht.isArray(t)||t.jquery&&!ht.isPlainObject(t))ht.each(t,function(){o(this.name,this.value)});else for(n in t)W(n,t[n],e,o);return i.join("&")},ht.fn.extend({serialize:function(){return ht.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var t=ht.prop(this,"elements");return t?ht.makeArray(t):this}).filter(function(){var t=this.type;return this.name&&!ht(this).is(":disabled")&&Oe.test(this.nodeName)&&!Ee.test(t)&&(this.checked||!qt.test(t))}).map(function(t,e){var n=ht(this).val();return null==n?null:ht.isArray(n)?ht.map(n,function(t){return{name:e.name,value:t.replace(De,"\r\n")}}):{name:e.name,value:n.replace(De,"\r\n")}}).get()}});var Ae=/%20/g,Ie=/#.*$/,Pe=/([?&])_=[^&]*/,$e=/^(.*?):[ \t]*([^\r\n]*)$/gm,Me=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Re=/^(?:GET|HEAD)$/,Ne=/^\/\//,Le={},je={},Fe="*/".concat("*"),Be=J.createElement("a");Be.href=Se.href;ht.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Se.href,type:"GET",isLocal:Me.test(Se.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Fe,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":ht.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?X(X(t,ht.ajaxSettings),e):X(ht.ajaxSettings,t)},ajaxPrefilter:z(Le),ajaxTransport:z(je),ajax:function(e,n){function i(e,n,i,s){var c,h,f,w,C,x=n;u||(u=!0,l&&t.clearTimeout(l),o=void 0,a=s||"",S.readyState=e>0?4:0,c=e>=200&&300>e||304===e,i&&(w=Q(p,S,i)),w=K(p,w,S,c),c?(p.ifModified&&(C=S.getResponseHeader("Last-Modified"),C&&(ht.lastModified[r]=C),C=S.getResponseHeader("etag"),C&&(ht.etag[r]=C)),204===e||"HEAD"===p.type?x="nocontent":304===e?x="notmodified":(x=w.state,h=w.data,f=w.error,c=!f)):(f=x,!e&&x||(x="error",0>e&&(e=0))),S.status=e,S.statusText=(n||x)+"",c?v.resolveWith(m,[h,x,S]):v.rejectWith(m,[S,x,f]),S.statusCode(b),b=void 0,d&&g.trigger(c?"ajaxSuccess":"ajaxError",[S,p,c?h:f]),y.fireWith(m,[S,x]),d&&(g.trigger("ajaxComplete",[S,p]),--ht.active||ht.event.trigger("ajaxStop")))}"object"==typeof e&&(n=e,e=void 0),n=n||{};var o,r,a,s,l,c,u,d,h,f,p=ht.ajaxSetup({},n),m=p.context||p,g=p.context&&(m.nodeType||m.jquery)?ht(m):ht.event,v=ht.Deferred(),y=ht.Callbacks("once memory"),b=p.statusCode||{},w={},C={},x="canceled",S={readyState:0,getResponseHeader:function(t){var e;if(u){if(!s){s={};for(;e=$e.exec(a);)s[e[1].toLowerCase()]=e[2]}e=s[t.toLowerCase()]}return null==e?null:e},getAllResponseHeaders:function(){return u?a:null},setRequestHeader:function(t,e){return null==u&&(t=C[t.toLowerCase()]=C[t.toLowerCase()]||t,w[t]=e),this},overrideMimeType:function(t){return null==u&&(p.mimeType=t),this},statusCode:function(t){var e;if(t)if(u)S.always(t[S.status]);else for(e in t)b[e]=[b[e],t[e]];return this},abort:function(t){var e=t||x;return o&&o.abort(e),i(0,e),this}};if(v.promise(S),p.url=((e||p.url||Se.href)+"").replace(Ne,Se.protocol+"//"),p.type=n.method||n.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(Et)||[""],null==p.crossDomain){c=J.createElement("a");try{c.href=p.url,c.href=c.href,p.crossDomain=Be.protocol+"//"+Be.host!=c.protocol+"//"+c.host}catch(T){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!=typeof p.data&&(p.data=ht.param(p.data,p.traditional)),Y(Le,p,n,S),u)return S;d=ht.event&&p.global,d&&0===ht.active++&&ht.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Re.test(p.type),r=p.url.replace(Ie,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(Ae,"+")):(f=p.url.slice(r.length),p.data&&(r+=(_e.test(r)?"&":"?")+p.data,delete p.data),p.cache===!1&&(r=r.replace(Pe,""),f=(_e.test(r)?"&":"?")+"_="+Te++ +f),p.url=r+f),p.ifModified&&(ht.lastModified[r]&&S.setRequestHeader("If-Modified-Since",ht.lastModified[r]),ht.etag[r]&&S.setRequestHeader("If-None-Match",ht.etag[r])),(p.data&&p.hasContent&&p.contentType!==!1||n.contentType)&&S.setRequestHeader("Content-Type",p.contentType),S.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Fe+"; q=0.01":""):p.accepts["*"]);for(h in p.headers)S.setRequestHeader(h,p.headers[h]);if(p.beforeSend&&(p.beforeSend.call(m,S,p)===!1||u))return S.abort();if(x="abort",y.add(p.complete),S.done(p.success),S.fail(p.error),o=Y(je,p,n,S)){if(S.readyState=1,d&&g.trigger("ajaxSend",[S,p]),u)return S;p.async&&p.timeout>0&&(l=t.setTimeout(function(){S.abort("timeout")},p.timeout));try{u=!1,o.send(w,i)}catch(T){if(u)throw T;i(-1,T)}}else i(-1,"No Transport");return S},getJSON:function(t,e,n){return ht.get(t,e,n,"json")},getScript:function(t,e){return ht.get(t,void 0,e,"script")}}),ht.each(["get","post"],function(t,e){ht[e]=function(t,n,i,o){return ht.isFunction(n)&&(o=o||i,i=n,n=void 0),ht.ajax(ht.extend({url:t,type:e,dataType:o,data:n,success:i},ht.isPlainObject(t)&&t))}}),ht._evalUrl=function(t){return ht.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},ht.fn.extend({wrapAll:function(t){var e;return this[0]&&(ht.isFunction(t)&&(t=t.call(this[0])),e=ht(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map(function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t}).append(this)),this},wrapInner:function(t){return ht.isFunction(t)?this.each(function(e){ht(this).wrapInner(t.call(this,e))}):this.each(function(){var e=ht(this),n=e.contents();n.length?n.wrapAll(t):e.append(t)})},wrap:function(t){var e=ht.isFunction(t);return this.each(function(n){ht(this).wrapAll(e?t.call(this,n):t)})},unwrap:function(t){return this.parent(t).not("body").each(function(){ht(this).replaceWith(this.childNodes)}),this}}),ht.expr.pseudos.hidden=function(t){return!ht.expr.pseudos.visible(t)},ht.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},ht.ajaxSettings.xhr=function(){try{return new t.XMLHttpRequest}catch(e){}};var Ue={0:200,1223:204},He=ht.ajaxSettings.xhr();ut.cors=!!He&&"withCredentials"in He,ut.ajax=He=!!He,ht.ajaxTransport(function(e){var n,i;return ut.cors||He&&!e.crossDomain?{send:function(o,r){var a,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(a in e.xhrFields)s[a]=e.xhrFields[a];e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||o["X-Requested-With"]||(o["X-Requested-With"]="XMLHttpRequest");for(a in o)s.setRequestHeader(a,o[a]);n=function(t){return function(){n&&(n=i=s.onload=s.onerror=s.onabort=s.onreadystatechange=null,"abort"===t?s.abort():"error"===t?"number"!=typeof s.status?r(0,"error"):r(s.status,s.statusText):r(Ue[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),i=s.onerror=n("error"),void 0!==s.onabort?s.onabort=i:s.onreadystatechange=function(){4===s.readyState&&t.setTimeout(function(){n&&i()})},n=n("abort");try{s.send(e.hasContent&&e.data||null)}catch(l){if(n)throw l}},abort:function(){n&&n()}}:void 0}),ht.ajaxPrefilter(function(t){t.crossDomain&&(t.contents.script=!1)}),ht.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return ht.globalEval(t),t}}}),ht.ajaxPrefilter("script",function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")}),ht.ajaxTransport("script",function(t){if(t.crossDomain){var e,n;return{send:function(i,o){e=ht("