I hereby claim:
- I am samternent on github.
- I am ternent (https://keybase.io/ternent) on keybase.
- I have a public key ASBMpavrbjcaAjyCopYubkXAs05wyjkpcux-QsgBjW0rtAo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export async function globalScope() { | |
lazyLoadCss(); | |
Object.assign(window, { | |
loadStartTime: new Date(), | |
initialData: window.initialData !== '[CF:initialData]' | |
? window.initialData | |
: { | |
'v/1/settings/branding.json': { | |
branding: { | |
theme: { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import axios from 'axios'; | |
let instance = axios.create(); | |
instance.defaults.baseURL = 'xxx.teamwork.com' | |
instance.defaults.headers.common['Authorization'] = 'Bearer XXX'; | |
export default instance; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<translation | |
:message="`${$t('[0] [1] [2]')}`" | |
element="p"> | |
<i | |
slot="0" | |
class='fa fa-credit-card mr--small'/> | |
<span slot="1"> | |
{{ | |
$t('We just tried to renew your subscription for [0], but there ' + |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=3)}([function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=window.XMLHttpRequest.prototype.send;window.XMLHttpRequest.prototype.send=function(){console.log("send");var r=this,o="id"+(new Date).getTime(),i=e(o,r.responseURL,r),s=window.setInterval(function(){if(4==r.readyState)try{t(o,i,r.responseURL,JSON.parse(r.response),r)}catch(e){}finally{clearInterval(s)}},1);return n.apply(this,[].slice.call(arguments))}}},function(e,t){e.exports=function(e){function t(r){if(n[r])return n[r].ex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!function(e){function t(o){if(n[o])return n[o].exports;var r=n[o]={exports:{},id:o,loaded:!1};return e[o].call(r.exports,r,r.exports,t),r.loaded=!0,r.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){"use strict";function o(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t["default"]=e,t}function r(e){return e&&e.__esModule?e:{"default":e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Transitions=t["default"]=void 0;var a=n(1),i=r(a),s=n(151),u=o(s);t["default"]=i["default"],t.Transitions=u},function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{"default":e}}function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var React = require('react'); | |
var DOM = React.DOM; | |
var Table = React.createClass({ | |
displayName : 'Table', | |
_renderRow: function (row, i) { | |
return DOM.tr({ | |
className : "league-table__row", | |
key : "row_" + i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var React = require('react'); | |
var DOM = React.DOM; | |
var Table = React.createClass({ | |
displayName : 'Table', | |
_renderRow: function (row, i) { | |
return DOM.tr({ | |
className : "league-table__row", | |
key : "row_" + i |
NewerOlder