| Index: appengine/isolate/templates/browse.html
|
| diff --git a/appengine/isolate/templates/browse.html b/appengine/isolate/templates/browse.html
|
| index c37fb10ea4baa14b74db4412bf234517f9033988..a297200aa03a88204ab9746a25e8876d873ff2a5 100644
|
| --- a/appengine/isolate/templates/browse.html
|
| +++ b/appengine/isolate/templates/browse.html
|
| @@ -52,6 +52,8 @@ function fixHeight(){
|
| i.height = i.contentWindow.document.body.scrollHeight + 40;
|
| }
|
| </script>
|
| -<iframe id="content" class="use_all_space" sandbox="allow-same-origin allow-popups" src="/content?namespace={{namespace}}&digest={{digest}}" onload="fixHeight()">
|
| +<iframe id="content" class="use_all_space" sandbox="allow-same-origin allow-popups"
|
| + src="/content?namespace={{namespace}}&digest={{digest}}{% if as is defined %}&as={{as}}{% endif %}"
|
| + onload="fixHeight()">
|
| </iframe>
|
| {% endblock %}
|
|
|