Skip to content

Commit

Permalink
Merge pull request #566 from VirtualFlyBrain/vfb_geppetto_application
Browse files Browse the repository at this point in the history
fixes from dev2
  • Loading branch information
Robbie1977 authored May 25, 2020
2 parents 8a62119 + c19c1aa commit ac3622b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ARG geppettoModelRelease=development
ARG geppettoCoreRelease=development
ARG geppettoSimulationRelease=development
ARG geppettoDatasourceRelease=development
ARG geppettoModelSwcRelease=development
ARG geppettoFrontendRelease=development
ARG geppettoModelSwcRelease=v1.0.1
ARG geppettoFrontendRelease=v1.0.1
ARG geppettoClientRelease=VFBv2.1.0.5
ARG ukAcVfbGeppettoRelease=v2.1.0.3-rc1

Expand Down
6 changes: 3 additions & 3 deletions components/VFBMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ export default class VFBMain extends React.Component {
}

clearQS () {
if (this.refs.spotlightRef) {
$("#spotlight").hide();
$('#spotlight #typeahead')[0].placeholder = "Search for the item you're interested in...";
if (this.refs.spotlightRef) {
$("#spotlight").hide();
$('#spotlight #typeahead')[0].placeholder = "Search for the item you're interested in...";
}
if (this.refs.querybuilderRef && (!GEPPETTO.isKeyPressed("shift"))) {
this.refs.querybuilderRef.close();
Expand Down

0 comments on commit ac3622b

Please sign in to comment.