| | |
| | | link(rel="icon" sizes="128x128" href="/images/favicon.png")
|
| | |
|
| | | // STYLES
|
| | | link(rel="stylesheet", href="/styles/3d2f396f8b04d2208fb2.dhmc.css")
|
| | | link(rel="stylesheet", href="/styles/0fc145572b09ffbad242.dhmc.css")
|
| | | // STYLES END
|
| | | // SCRIPTS
|
| | | script(src="/js/3d2f396f8b04d2208fb2.externals.js")
|
| | | script(src="/js/0fc145572b09ffbad242.externals.js")
|
| | | // SCRIPTS END
|
| | | script(src="/js/unsupported.js")
|
| | |
|
| | | if g_customerNo
|
| | | script.
|
| | | var g_customerNo = !{g_customerNo};
|
| | |
|
| | | if g_auth_id
|
| | | script.
|
| | | var g_auth_id = !{JSON.stringify(g_auth_id)};
|
| | |
|
| | |
|
| | | title furnview
|
| | |
| | | .ui.active.centered.inline.loader
|
| | |
|
| | | script.
|
| | | // carry the identity token into /local (cookieless fallback for these routes)
|
| | | var authParam = window.g_auth_id ? ("?auth_id=" + encodeURIComponent(window.g_auth_id)) : "";
|
| | | if (window.g_customerNo) {
|
| | | window.location = "/local/" + window.g_customerNo;
|
| | | window.location = "/local/" + window.g_customerNo + authParam;
|
| | | }
|
| | | else {
|
| | | window.location = "/local";
|
| | | window.location = "/local" + authParam;
|
| | | }
|