Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1816)

Unified Diff: appengine/isolate/templates/browse.html

Issue 2693953006: Isolate: Download files as their filename instead of hash (Closed)
Patch Set: Isolate: Download files as their filename instead of hash Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/isolate/handlers_test.py ('k') | appengine/isolate/templates/isolated.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 %}
« no previous file with comments | « appengine/isolate/handlers_test.py ('k') | appengine/isolate/templates/isolated.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698