| Index: remoting/webapp/app_remoting/html/template_lg.html
|
| diff --git a/remoting/webapp/app_remoting/html/template_lg.html b/remoting/webapp/app_remoting/html/template_lg.html
|
| index 6f27a94a8af50e7aac0fa3fea02a64ea29786228..18aa95e468c09057e2f4a5ac77d80dfb20c7dfdb 100644
|
| --- a/remoting/webapp/app_remoting/html/template_lg.html
|
| +++ b/remoting/webapp/app_remoting/html/template_lg.html
|
| @@ -8,7 +8,7 @@ found in the LICENSE file.
|
| <html class="full-height app-remoting">
|
| <head>
|
| <meta charset="utf-8">
|
| - <link rel="icon" type="image/png" href="icon16.png">
|
| + <link rel="icon" type="image/png" href="/icon16.png">
|
| <link rel="stylesheet" href="ar_main.css">
|
| <link rel="stylesheet" href="ar_dialog.css">
|
| <link rel="stylesheet" href="connection_stats.css">
|
| @@ -19,6 +19,8 @@ found in the LICENSE file.
|
|
|
| <meta-include type="javascript"/>
|
|
|
| + <link rel="import" href="/arv_main.html">
|
| +
|
| <title i18n-content="PRODUCT_NAME_APP_STREAMING"></title>
|
| </head>
|
|
|
|
|