Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #731 from cfpb/removing_nudgy_guy
Browse files Browse the repository at this point in the history
Removing Nudgy guy from OAH
  • Loading branch information
sebworks authored Jul 26, 2017
2 parents 2380dde + 39e42d0 commit abe9203
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 370 deletions.
1 change: 0 additions & 1 deletion src/_layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@


{% include "footer.html" %}
{% include "email-popup.html" %}

<!-- Common js -->
<script src="{{ url_for('static', filename='js/main.js') }}?v7"></script>
Expand Down
46 changes: 0 additions & 46 deletions src/_layouts/email-popup.html

This file was deleted.

1 change: 0 additions & 1 deletion src/static/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,5 @@
@import "module/form-field-with-button.less";
@import "module/notification.less";
@import "module/email-signup.less";
@import "module/email-popup.less";
@import "module/print.less";
@import "module/social-media.less";
142 changes: 0 additions & 142 deletions src/static/css/module/email-popup.less

This file was deleted.

2 changes: 0 additions & 2 deletions src/static/js/modules/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ require( '../../../../node_modules/cfgov-sheer-templates/static/js/header.js' );
require( '../../../../node_modules/cfgov-sheer-templates/static/js/footer.js' );
require( './feedback.js' );
var EmailSignup = require( './email-signup.js' );
window.EmailPopup = require( './email-popup.js' );
window.emailPopupHelpers = require( './email-signup-helpers.js' );

var EMAIL_SIGNUP_BASE_CLASS = '.o-email-signup';

Expand Down
47 changes: 0 additions & 47 deletions src/static/js/modules/email-popup.js

This file was deleted.

118 changes: 0 additions & 118 deletions src/static/js/modules/email-signup-helpers.js

This file was deleted.

Loading

0 comments on commit abe9203

Please sign in to comment.