Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #24451 from zbraniecki/1072797-use-apps-manifest-f…
Browse files Browse the repository at this point in the history
…or-shared-pages-import

Bug 1072797 - Use app's manifest.webapp for shared import pages. r=stas
  • Loading branch information
zbraniecki committed Sep 26, 2014
2 parents eeb860f + 11cb006 commit c7cd440
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion shared/pages/import/curtain.html
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="/shared/pages/import/style/root.css">
<link rel="stylesheet" href="/shared/pages/import/style/curtain.css">

<link rel="manifest" href="/shared/pages/import/manifest.webapp">
<link rel="manifest" href="/manifest.webapp">
<link rel="localization" href="/shared/locales/facebook/facebook.{locale}.properties">
<script type="text/javascript" src="/shared/js/l10n.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion shared/pages/import/import.html
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">

<link rel="manifest" href="/shared/pages/import/manifest.webapp">
<link rel="manifest" href="/manifest.webapp">
<link rel="localization" href="/shared/locales/facebook/facebook.{locale}.properties">
<script type="text/javascript" src="/shared/js/l10n.js"></script>

Expand Down
11 changes: 0 additions & 11 deletions shared/pages/import/manifest.webapp

This file was deleted.

2 changes: 1 addition & 1 deletion shared/pages/import/oauth.html
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">

<link rel="manifest" href="/shared/pages/import/manifest.webapp">
<link rel="manifest" href="/manifest.webapp">
<link rel="localization" href="/shared/locales/facebook/facebook.{locale}.properties">
<script type="text/javascript" src="/shared/js/l10n.js"></script>

Expand Down

0 comments on commit c7cd440

Please sign in to comment.