Skip to content

Commit

Permalink
Only use empty response data provider in standalone (websocket is set…
Browse files Browse the repository at this point in the history
… on index-standalone.html)
  • Loading branch information
hcorrada committed Jun 5, 2015
1 parent 665f844 commit 6a2c39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index-standalone.html
Expand Up @@ -5,7 +5,7 @@
<meta name="description" content="EpiViz is a scientific information visualization tool for genetic and epigenetic data, used to aid in the exploration and understanding of correlations between various genome features.">
<title>EpiViz 3</title>

<link rel="shortcut icon" href="img/epiviz_2_icon.png"/>
<link rel="shortcut icon" href="css/epiviz_2_icon.png"/>

<!-- CSS -->

Expand Down
5 changes: 1 addition & 4 deletions src/epiviz/standalone-settings.js
Expand Up @@ -26,10 +26,7 @@ epiviz.Config.SETTINGS = {
// Plug-ins

dataProviders: [
sprintf('epiviz.data.EmptyResponseDataProvider', 'empty', ''),
sprintf('epiviz.data.WebsocketDataProvider,%s,%s',
epiviz.data.WebsocketDataProvider.DEFAULT_ID,
sprintf("ws://%s", window.location.host))
sprintf('epiviz.data.EmptyResponseDataProvider', 'empty', '')
],

workspacesDataProvider: sprintf('epiviz.data.EmptyResponseDataProvider', 'empty', ''),
Expand Down

0 comments on commit 6a2c39a

Please sign in to comment.