Skip to content

Commit d9f5907

Browse files
committed
add whisper version message to demo app
1 parent ffbf6a7 commit d9f5907

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

demo/app/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ <h3>Get file or image from ipfs</h3>
7777
</div>
7878
<div role="tabpanel" class="tab-pane" id="communication">
7979
<div class="error alert alert-danger" role="alert">The node you are using does not support Whisper</div>
80+
<div class="errorVersion alert alert-danger" role="alert">The node uses an unsupported version of Whisper</div>
8081
<div id="communication-controls">
8182
<h3>Listen To channel</h3>
8283
<div class="form-group form-inline listen">

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"homepage": "",
1212
"devDependencies": {
13-
"embark": "^2.5.0",
13+
"embark": "/Users/iurimatias/Projects/embark-framework",
1414
"mocha": "^2.2.5"
1515
}
1616
}

0 commit comments

Comments
 (0)