Skip to content

Commit

Permalink
Fix UI page
Browse files Browse the repository at this point in the history
  • Loading branch information
ktg committed Oct 13, 2016
1 parent 147cda4 commit 23b87c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/www/ui.pug
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ html
div.mdl-layout__header-row
span.mdl-layout-title
| #{appname}
iframe#content.mdl-layout__content(style="border: 0; padding: 0", src="/" + appname)
iframe#content.mdl-layout__content(style="border: 0; padding: 0", src="/" + appname + "/")
script(src='https://code.jquery.com/jquery-3.1.0.min.js')
script(src='https://cdn.jsdelivr.net/riot/2.6/riot.min.js')
script(src='/templates/app-manifest.js')
Expand Down

0 comments on commit 23b87c9

Please sign in to comment.