diff options
Diffstat (limited to 'views/modal.ejs')
| -rw-r--r-- | views/modal.ejs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/modal.ejs b/views/modal.ejs index 4550aff..7ca869c 100644 --- a/views/modal.ejs +++ b/views/modal.ejs @@ -8,7 +8,7 @@ <div class="rapper page" style="height: 100%;"> [[ include partials/header ]] - <div style="height: 70%; clear: both;"></div> + <div style="height: 70%; clear: both;" id="content"></div> [[ include partials/confirm-modal ]] [[ include partials/sign-in ]] @@ -19,5 +19,6 @@ </div> </body> [[ include partials/scripts ]] +<script id="opt" type="text/json">[[- JSON.stringify(opt) ]]</script> <script>window.isModalView = true</script> </html> |
