Skip to content

Commit

Permalink
minor ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtm committed Jan 14, 2016
1 parent 6735a36 commit 3fdc6e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
function hideSplash(){
var splash = document.getElementById('splash');
var svgnest = document.getElementById('svgnest');
splash.remove();
if(splash){
splash.remove();
}
svgnest.setAttribute('style','display: block');
}

Expand Down

0 comments on commit 3fdc6e1

Please sign in to comment.