support.js 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554
  1. "use strict";
  2. (() => {
  3. var exports = {};
  4. exports.id = 15563;
  5. exports.ids = [15563];
  6. exports.modules = {
  7. /***/ 32824:
  8. /***/ ((module, __webpack_exports__, __webpack_require__) => {
  9. __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
  10. __webpack_require__.r(__webpack_exports__);
  11. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  12. /* harmony export */ "default": () => (/* binding */ pageWrapperTemplate),
  13. /* harmony export */ "getServerSideProps": () => (/* binding */ getServerSideProps),
  14. /* harmony export */ "getStaticProps": () => (/* binding */ getStaticProps)
  15. /* harmony export */ });
  16. /* harmony import */ var _sentry_server_config_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(96270);
  17. /* harmony import */ var _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(58097);
  18. /* harmony import */ var _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__);
  19. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(20997);
  20. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__);
  21. /* harmony import */ var next_translate_Trans__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(74137);
  22. /* harmony import */ var next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(next_translate_Trans__WEBPACK_IMPORTED_MODULE_3__);
  23. /* harmony import */ var next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(60866);
  24. /* harmony import */ var next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4__);
  25. /* harmony import */ var _contentPage_module_scss__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(30089);
  26. /* harmony import */ var _contentPage_module_scss__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_10__);
  27. /* harmony import */ var _components_NextSeoWrapper__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(25869);
  28. /* harmony import */ var _components_PageContainer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(9234);
  29. /* harmony import */ var _dls_Link_Link__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(61239);
  30. /* harmony import */ var _utils_locale__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(24709);
  31. /* harmony import */ var _utils_navigation__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(57933);
  32. var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_utils_navigation__WEBPACK_IMPORTED_MODULE_9__]);
  33. _utils_navigation__WEBPACK_IMPORTED_MODULE_9__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
  34. const PATH = "/support";
  35. const SupportPage = ()=>{
  36. const { t , lang } = next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4___default()("support");
  37. return /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.Fragment, {
  38. children: [
  39. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_NextSeoWrapper__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z, {
  40. title: t("support"),
  41. url: (0,_utils_navigation__WEBPACK_IMPORTED_MODULE_9__/* .getCanonicalUrl */ .Z2)(lang, PATH),
  42. languageAlternates: (0,_utils_locale__WEBPACK_IMPORTED_MODULE_8__/* .getLanguageAlternates */ .qc)(PATH)
  43. }),
  44. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_PageContainer__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z, {
  45. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  46. className: (_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_10___default().contentPage),
  47. children: [
  48. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h1", {
  49. children: t("header")
  50. }),
  51. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  52. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
  53. i18nKey: "support:main-desc",
  54. components: [
  55. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("a", {
  56. target: "_blank",
  57. href: "https://feedback.quran.com/",
  58. rel: "noreferrer"
  59. }, 0),
  60. ]
  61. })
  62. }),
  63. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  64. children: t("download-q")
  65. }),
  66. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  67. children: t("download-a")
  68. }),
  69. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  70. children: t("other-languages-q")
  71. }),
  72. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  73. children: t("other-languages-a")
  74. }),
  75. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  76. children: t("bug-q")
  77. }),
  78. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  79. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
  80. i18nKey: "support:bug-a",
  81. components: [
  82. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("a", {
  83. target: "_blank",
  84. href: "https://feedback.quran.com/",
  85. rel: "noreferrer"
  86. }, 0),
  87. ]
  88. })
  89. }),
  90. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  91. children: t("site-down-q")
  92. }),
  93. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  94. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
  95. i18nKey: "support:site-down-a",
  96. components: [
  97. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("a", {
  98. target: "_blank",
  99. href: "https://feedback.quran.com/",
  100. rel: "noreferrer"
  101. }, 0),
  102. ]
  103. })
  104. }),
  105. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  106. children: t("developer-q")
  107. }),
  108. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  109. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
  110. i18nKey: "support:developer-a",
  111. components: [
  112. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_dls_Link_Link__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .Z, {
  113. href: "/developers",
  114. variant: _dls_Link_Link__WEBPACK_IMPORTED_MODULE_7__/* .LinkVariant.Blend */ .r.Blend,
  115. shouldPrefetch: false
  116. }, 0),
  117. ]
  118. })
  119. }),
  120. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  121. children: t("fiqh-q")
  122. }),
  123. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  124. children: t("fiqh-a")
  125. }),
  126. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  127. children: t("tafsir-q")
  128. }),
  129. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  130. children: t("tafsir-a")
  131. }),
  132. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  133. children: t("translations-q")
  134. }),
  135. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  136. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
  137. i18nKey: "support:translations-a",
  138. components: [
  139. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("a", {
  140. href: "https://feedback.quran.com/",
  141. target: "_blank",
  142. rel: "noreferrer"
  143. }, 0),
  144. ]
  145. })
  146. }),
  147. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  148. children: t("reciters-q")
  149. }),
  150. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  151. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
  152. i18nKey: "support:reciters-a",
  153. components: [
  154. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("a", {
  155. target: "_blank",
  156. href: "https://feedback.quran.com/",
  157. rel: "noreferrer"
  158. }, 0),
  159. ]
  160. })
  161. }),
  162. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h2", {
  163. children: t("mobile-q")
  164. }),
  165. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("p", {
  166. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)((next_translate_Trans__WEBPACK_IMPORTED_MODULE_3___default()), {
  167. i18nKey: "support:mobile-a",
  168. components: [
  169. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_dls_Link_Link__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .Z, {
  170. href: "/apps",
  171. shouldPrefetch: false
  172. }, 0)
  173. ]
  174. })
  175. })
  176. ]
  177. })
  178. })
  179. ]
  180. });
  181. };
  182. var serverComponentModule = /*#__PURE__*/Object.freeze({
  183. __proto__: null,
  184. 'default': SupportPage
  185. });
  186. /*
  187. * This file is a template for the code which will be substituted when our webpack loader handles non-API files in the
  188. * `pages/` directory.
  189. *
  190. * We use `__SENTRY_WRAPPING_TARGET_FILE__.cjs` as a placeholder for the path to the file being wrapped. Because it's not a real package,
  191. * this causes both TS and ESLint to complain, hence the pragma comments below.
  192. */
  193. const userPageModule = serverComponentModule ;
  194. const pageComponent = userPageModule ? userPageModule.default : undefined;
  195. const origGetInitialProps = pageComponent ? pageComponent.getInitialProps : undefined;
  196. const origGetStaticProps = userPageModule ? userPageModule.getStaticProps : undefined;
  197. const origGetServerSideProps = userPageModule ? userPageModule.getServerSideProps : undefined;
  198. // eslint-disable-next-line @typescript-eslint/no-explicit-any
  199. const getInitialPropsWrappers = {
  200. '/_app': _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapAppGetInitialPropsWithSentry,
  201. '/_document': _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapDocumentGetInitialPropsWithSentry,
  202. '/_error': _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapErrorGetInitialPropsWithSentry,
  203. };
  204. const getInitialPropsWrapper = getInitialPropsWrappers['/support'] || _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapGetInitialPropsWithSentry;
  205. if (pageComponent && typeof origGetInitialProps === 'function') {
  206. pageComponent.getInitialProps = getInitialPropsWrapper(origGetInitialProps) ;
  207. }
  208. const getStaticProps =
  209. typeof origGetStaticProps === 'function'
  210. ? _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapGetStaticPropsWithSentry(origGetStaticProps, '/support')
  211. : undefined;
  212. const getServerSideProps =
  213. typeof origGetServerSideProps === 'function'
  214. ? _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapGetServerSidePropsWithSentry(origGetServerSideProps, '/support')
  215. : undefined;
  216. const pageWrapperTemplate = pageComponent ? _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapPageComponentWithSentry(pageComponent ) : pageComponent;
  217. __webpack_async_result__();
  218. } catch(e) { __webpack_async_result__(e); } });
  219. /***/ }),
  220. /***/ 75184:
  221. /***/ ((module) => {
  222. module.exports = require("@reduxjs/toolkit");
  223. /***/ }),
  224. /***/ 58097:
  225. /***/ ((module) => {
  226. module.exports = require("@sentry/nextjs");
  227. /***/ }),
  228. /***/ 59003:
  229. /***/ ((module) => {
  230. module.exports = require("classnames");
  231. /***/ }),
  232. /***/ 59606:
  233. /***/ ((module) => {
  234. module.exports = require("humps");
  235. /***/ }),
  236. /***/ 12372:
  237. /***/ ((module) => {
  238. module.exports = require("lodash/findKey");
  239. /***/ }),
  240. /***/ 98492:
  241. /***/ ((module) => {
  242. module.exports = require("lodash/groupBy");
  243. /***/ }),
  244. /***/ 35526:
  245. /***/ ((module) => {
  246. module.exports = require("lodash/random");
  247. /***/ }),
  248. /***/ 64042:
  249. /***/ ((module) => {
  250. module.exports = require("lodash/range");
  251. /***/ }),
  252. /***/ 16641:
  253. /***/ ((module) => {
  254. module.exports = require("next-seo");
  255. /***/ }),
  256. /***/ 74137:
  257. /***/ ((module) => {
  258. module.exports = require("next-translate/Trans");
  259. /***/ }),
  260. /***/ 60866:
  261. /***/ ((module) => {
  262. module.exports = require("next-translate/useTranslation");
  263. /***/ }),
  264. /***/ 3280:
  265. /***/ ((module) => {
  266. module.exports = require("next/dist/shared/lib/app-router-context.js");
  267. /***/ }),
  268. /***/ 92796:
  269. /***/ ((module) => {
  270. module.exports = require("next/dist/shared/lib/head-manager-context.js");
  271. /***/ }),
  272. /***/ 3539:
  273. /***/ ((module) => {
  274. module.exports = require("next/dist/shared/lib/i18n/detect-domain-locale.js");
  275. /***/ }),
  276. /***/ 34014:
  277. /***/ ((module) => {
  278. module.exports = require("next/dist/shared/lib/i18n/normalize-locale-path.js");
  279. /***/ }),
  280. /***/ 78524:
  281. /***/ ((module) => {
  282. module.exports = require("next/dist/shared/lib/is-plain-object.js");
  283. /***/ }),
  284. /***/ 78020:
  285. /***/ ((module) => {
  286. module.exports = require("next/dist/shared/lib/mitt.js");
  287. /***/ }),
  288. /***/ 64406:
  289. /***/ ((module) => {
  290. module.exports = require("next/dist/shared/lib/page-path/denormalize-page-path.js");
  291. /***/ }),
  292. /***/ 24964:
  293. /***/ ((module) => {
  294. module.exports = require("next/dist/shared/lib/router-context.js");
  295. /***/ }),
  296. /***/ 93431:
  297. /***/ ((module) => {
  298. module.exports = require("next/dist/shared/lib/router/utils/add-locale.js");
  299. /***/ }),
  300. /***/ 11751:
  301. /***/ ((module) => {
  302. module.exports = require("next/dist/shared/lib/router/utils/add-path-prefix.js");
  303. /***/ }),
  304. /***/ 46220:
  305. /***/ ((module) => {
  306. module.exports = require("next/dist/shared/lib/router/utils/compare-states.js");
  307. /***/ }),
  308. /***/ 10299:
  309. /***/ ((module) => {
  310. module.exports = require("next/dist/shared/lib/router/utils/format-next-pathname-info.js");
  311. /***/ }),
  312. /***/ 23938:
  313. /***/ ((module) => {
  314. module.exports = require("next/dist/shared/lib/router/utils/format-url.js");
  315. /***/ }),
  316. /***/ 29565:
  317. /***/ ((module) => {
  318. module.exports = require("next/dist/shared/lib/router/utils/get-asset-path-from-route.js");
  319. /***/ }),
  320. /***/ 35789:
  321. /***/ ((module) => {
  322. module.exports = require("next/dist/shared/lib/router/utils/get-next-pathname-info.js");
  323. /***/ }),
  324. /***/ 1897:
  325. /***/ ((module) => {
  326. module.exports = require("next/dist/shared/lib/router/utils/is-bot.js");
  327. /***/ }),
  328. /***/ 1428:
  329. /***/ ((module) => {
  330. module.exports = require("next/dist/shared/lib/router/utils/is-dynamic.js");
  331. /***/ }),
  332. /***/ 28854:
  333. /***/ ((module) => {
  334. module.exports = require("next/dist/shared/lib/router/utils/parse-path.js");
  335. /***/ }),
  336. /***/ 91292:
  337. /***/ ((module) => {
  338. module.exports = require("next/dist/shared/lib/router/utils/parse-relative-url.js");
  339. /***/ }),
  340. /***/ 34567:
  341. /***/ ((module) => {
  342. module.exports = require("next/dist/shared/lib/router/utils/path-has-prefix.js");
  343. /***/ }),
  344. /***/ 80979:
  345. /***/ ((module) => {
  346. module.exports = require("next/dist/shared/lib/router/utils/querystring.js");
  347. /***/ }),
  348. /***/ 93297:
  349. /***/ ((module) => {
  350. module.exports = require("next/dist/shared/lib/router/utils/remove-trailing-slash.js");
  351. /***/ }),
  352. /***/ 36052:
  353. /***/ ((module) => {
  354. module.exports = require("next/dist/shared/lib/router/utils/resolve-rewrites.js");
  355. /***/ }),
  356. /***/ 84226:
  357. /***/ ((module) => {
  358. module.exports = require("next/dist/shared/lib/router/utils/route-matcher.js");
  359. /***/ }),
  360. /***/ 95052:
  361. /***/ ((module) => {
  362. module.exports = require("next/dist/shared/lib/router/utils/route-regex.js");
  363. /***/ }),
  364. /***/ 59232:
  365. /***/ ((module) => {
  366. module.exports = require("next/dist/shared/lib/utils.js");
  367. /***/ }),
  368. /***/ 16689:
  369. /***/ ((module) => {
  370. module.exports = require("react");
  371. /***/ }),
  372. /***/ 20997:
  373. /***/ ((module) => {
  374. module.exports = require("react/jsx-runtime");
  375. /***/ }),
  376. /***/ 88813:
  377. /***/ ((module) => {
  378. module.exports = import("firebase/compat/analytics");;
  379. /***/ }),
  380. /***/ 33773:
  381. /***/ ((module) => {
  382. module.exports = import("firebase/compat/app");;
  383. /***/ }),
  384. /***/ 63477:
  385. /***/ ((module) => {
  386. module.exports = require("querystring");
  387. /***/ })
  388. };
  389. ;
  390. // load runtime
  391. var __webpack_require__ = require("../webpack-runtime.js");
  392. __webpack_require__.C(exports);
  393. var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
  394. var __webpack_exports__ = __webpack_require__.X(0, [11497,79165,96270,24709,57933,61239,25869,57144], () => (__webpack_exec__(32824)));
  395. module.exports = __webpack_exports__;
  396. })();
  397. //# sourceMappingURL=support.js.map