- !function () {
- 'use strict';
- var a = window.document,
- b = {
- STYLES: 'https://c.disquscdn.com/next/embed/styles/lounge.2947a98de15e03c64b9251e985a1725e.css',
- RTL_STYLES: 'https://c.disquscdn.com/next/embed/styles/lounge_rtl.6c7d5012e26b2410d6e803ed17439bd5.css',
- 'lounge/main': 'https://c.disquscdn.com/next/embed/lounge.bundle.c4fbee7e44e533b23cce50c576d55e20.js',
- 'remote/config': 'https://disqus.com/next/config.js',
- 'common/vendor_extensions/highlight': 'https://c.disquscdn.com/next/embed/highlight.6fbf348532f299e045c254c49c4dbedf.js'
- };
- window.require = {
- baseUrl: 'https://c.disquscdn.com/next/current/embed/embed',
- paths: [
- 'lounge/main',
- 'remote/config',
- 'common/vendor_extensions/highlight'
- ].reduce(function (a, c) {
- return a[c] = b[c].slice(0, - 3),
- a
- }, {
- })
- };
- var c = a.createElement('script');
- c.onload = function () {
- require(['common/main'], function (a) {
- a.init('lounge', b)
- })
- },
- c.src = 'https://c.disquscdn.com/next/embed/common.bundle.a58468dbf25896bdd8c4afc449ed4692.js',
- a.body.appendChild(c)
- }();