From 898dd4425320d632fc53d28068db334700a64024 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 18 Jun 2018 14:48:26 +0200 Subject: img ops!! --- public/bundle.js | 44 ++------------------------------------------ 1 file changed, 2 insertions(+), 42 deletions(-) (limited to 'public/bundle.js') diff --git a/public/bundle.js b/public/bundle.js index 0c1adb7..c2553cb 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -8044,13 +8044,13 @@ var router = function () { key: 'componentWillMount', value: function componentWillMount() { _actions2.default.system.changeTool('pix2pixhd'); - document.body.style.backgroundImage = 'linear-gradient(' + (_util2.default.randint(40) + 40) + 'deg, #fde, #ffe)'; + document.body.style.backgroundImage = 'linear-gradient(' + (_util2.default.randint(40) + 40) + 'deg, #def, #dfe)'; } }, { key: 'componentWillReceiveProps', value: function componentWillReceiveProps() { _actions2.default.system.changeTool('pix2pixhd'); - document.body.style.backgroundImage = 'linear-gradient(' + (_util2.default.randint(40) + 40) + 'deg, #fde, #ffe)'; + document.body.style.backgroundImage = 'linear-gradient(' + (_util2.default.randint(40) + 40) + 'deg, #def, #dfe)'; } }, { key: 'render', @@ -10903,46 +10903,6 @@ var router = function () { function links() { return [{ url: '/samplernn/new/', name: 'new' }, { url: '/samplernn/datasets/', name: 'datasets' }, { url: '/samplernn/graph/', name: 'graph' }, { url: '/samplernn/results/', name: 'results' }]; - return (0, _preact.h)( - 'span', - null, - (0, _preact.h)( - 'span', - null, - (0, _preact.h)( - _reactRouterDom.Link, - { to: '/samplernn/new/' }, - 'new' - ) - ), - (0, _preact.h)( - 'span', - null, - (0, _preact.h)( - _reactRouterDom.Link, - { to: '/samplernn/datasets/' }, - 'datasets' - ) - ), - (0, _preact.h)( - 'span', - null, - (0, _preact.h)( - _reactRouterDom.Link, - { to: '/samplernn/graph/' }, - 'graph' - ) - ), - (0, _preact.h)( - 'span', - null, - (0, _preact.h)( - _reactRouterDom.Link, - { to: '/samplernn/results/' }, - 'results' - ) - ) - ); } exports.default = { -- cgit v1.2.3-70-g09d2