evothings / evothings-studio

Evothings Studio
http://www.evothings.com/
Apache License 2.0
53 stars 33 forks source link

Link in "No client connected" dialog does not work #56

Closed ghost closed 9 years ago

ghost commented 9 years ago

Problem:

The link in "No client connected" dialog does not work (nothing happens, no page opens). This dialog box is shown when clicking RUN when no client is connected.

Solution:

In file hyper/ui/hyper-ui.html, change this line:

var url = 'file://' + PATH.resolve('./documentation/mobile-app.html')

to:

var url = 'file://' + PATH.resolve('./documentation/studio/mobile-app.html')