Skip to content

Commit

Permalink
Adopt new structure from NC14.
Browse files Browse the repository at this point in the history
The app content must live in #app-content, not #app anymore.
See nextcloud/server#9982

Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
  • Loading branch information
janLo committed Sep 7, 2018
1 parent 838d6b7 commit a02f8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drawio/templates/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$frame_params .= "&spin=1&proto=json";
?>

<div id="app">
<div id="app-content">

<iframe id="iframeEditor" width="100%" height="100%" align="top" frameborder="0" name="iframeEditor" onmousewheel="" allowfullscreen=""></iframe>

Expand Down

0 comments on commit a02f8a6

Please sign in to comment.