Skip to content

Commit

Permalink
Use URL input
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Aug 5, 2015
1 parent 1afeff6 commit a48dae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/noflo-runtime-customiframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h1>Open noflo-browser runtime in preview area</h1>
<label>
<span>Base application</span>
<input type="text" value="{{ runtimeUrl }}" on-change="{{ generateRuntimeInfo }}">
<input type="url" value="{{ runtimeUrl }}" on-change="{{ generateRuntimeInfo }}">
</label>
<div class="toolbar">
<button on-click="{{ close }}">Cancel</button>
Expand Down

0 comments on commit a48dae2

Please sign in to comment.