Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Firefox Accounts banner setup (bug 1052864)
Browse files Browse the repository at this point in the history
Create the waffle and remove aside#incompatibility-banner.
  • Loading branch information
mstriemer committed Sep 16, 2014
1 parent 462ef53 commit 11bc3a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions migrations/848-waffle-switch-fx-accounts-migration.sql
@@ -0,0 +1,6 @@
INSERT INTO waffle_switch (name, active, note, created, modified)
VALUES ('fx-accounts-migration',
0,
'Enable the Firefox Accounts migration.',
NOW(),
NOW());
1 change: 0 additions & 1 deletion mkt/commonplace/templates/commonplace/index.html
Expand Up @@ -73,7 +73,6 @@
</div>

<header id="site-header" class="header site-header"></header>
<aside id="incompatibility-banner"></aside>

<div class="cloak"></div>
<main>
Expand Down

0 comments on commit 11bc3a7

Please sign in to comment.