Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Fix loading removal by removing remaining bits
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Jul 6, 2020
1 parent 22d3e7b commit e852748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## v2.2.1

### Fixed

- Fix loading removal by removing remaining bits

## v2.2.0

### Changed
Expand Down
4 changes: 0 additions & 4 deletions views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
<div id="root"/>
<script type="text/javascript">
window.addEventListener('load', function (event) {
const loadingWrapper = document.getElementById('loading-wrapper');
loadingWrapper.classList.add('fadeOut');
const root = document.getElementById('root');
root.classList.add('playgroundIn');
GraphQLPlayground.init(root, {
endpoint: "{{url(config('graphql-playground.endpoint'))}}"
Expand Down

0 comments on commit e852748

Please sign in to comment.