From e450579eb978d084e14c0cb01301eed822df617e Mon Sep 17 00:00:00 2001 From: brunosimon Date: Tue, 29 Aug 2017 20:08:59 +0100 Subject: [PATCH] :pencil2: Site > Update title --- site/index.html | 15 +++++++-------- site/src/store/modules/files.js | 2 -- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/site/index.html b/site/index.html index a57e6c5..0bd86b4 100644 --- a/site/index.html +++ b/site/index.html @@ -1,11 +1,10 @@ - - - site-webpack - - -
- - + + + Keppler + + +
+ diff --git a/site/src/store/modules/files.js b/site/src/store/modules/files.js index 84c4a25..28169fa 100644 --- a/site/src/store/modules/files.js +++ b/site/src/store/modules/files.js @@ -38,8 +38,6 @@ export default { if(!state.current || state.current.data.id !== file.data.id) { state.current = file - // console.log(state.current.data.versions.length) - // state.currentVersion = state.current.data.versions[state.current.data.versions.length - 1] } },