| Index: components/physical_web/webui/resources/physical_web.html
|
| diff --git a/components/physical_web/webui/resources/physical_web.html b/components/physical_web/webui/resources/physical_web.html
|
| index a5a0ba698842d76e0b2decc0c2242c55fcc6c695..33b5374aff2623c9d675b2b2b2bb0befffe2591a 100644
|
| --- a/components/physical_web/webui/resources/physical_web.html
|
| +++ b/components/physical_web/webui/resources/physical_web.html
|
| @@ -20,24 +20,24 @@
|
| <script src="chrome://physical-web/strings.js"></script>
|
| </head>
|
| <body>
|
| -<div id="body-container" style="visibility:visible">
|
|
|
| +<div id="body-container" style="visibility:visible">
|
| <h1 i18n-content="title"></h1>
|
| -
|
| - <a class="physicalWebTemplate" id="physicalWebTemplate" jsselect="metadata"
|
| - jsvalues="href:resolvedUrl;onclick:'physicalWebItemClicked(' + index + ')'">
|
| - <div class="physicalWebIcon">
|
| - <img jsvalues="src:pageInfoIcon" />
|
| - </div>
|
| - <div class="physicalWebText">
|
| - <div class="title" jscontent="pageInfoTitle"></div>
|
| - <div class="resolvedUrl" jscontent="resolvedUrl"></div>
|
| - <div class="description" jscontent="pageInfoDescription"></div>
|
| - </div>
|
| - </a>
|
| -
|
| + <div id="render-container"></div>
|
| </div>
|
|
|
| +<a hidden id="render-template" class="physicalWebTemplate" jsselect="metadata"
|
| + jsvalues="href:resolvedUrl;onclick:'physicalWebItemClicked(' + index + ')'">
|
| + <div class="physicalWebIcon">
|
| + <img jsvalues="src:pageInfoIcon" />
|
| + </div>
|
| + <div class="physicalWebText">
|
| + <div class="title" jscontent="pageInfoTitle"></div>
|
| + <div class="resolvedUrl" jscontent="resolvedUrl"></div>
|
| + <div class="description" jscontent="pageInfoDescription"></div>
|
| + </div>
|
| +</a>
|
| +
|
| <script src="chrome://resources/js/i18n_template.js"></script>
|
| <script src="chrome://resources/js/jstemplate_compiled.js"></script>
|
| </body>
|
|
|