Skip to content

Commit

Permalink
Hide loading
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed Feb 9, 2018
1 parent 4d15b0b commit df0170d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ function search(tags, limit = 10, layout)
.then((response) => {
if (response.data)
{
loading.classList.add('hide');
response.data.forEach(image => {
container.insertAdjacentHTML('beforeend', `<div class="col s12 ${layout}">
<div class="card">
Expand Down

0 comments on commit df0170d

Please sign in to comment.