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] } },