-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from amaabca/online-account-refresh
Online account refresh
- Loading branch information
Showing
80 changed files
with
2,955 additions
and
1,072 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 0 additions & 46 deletions
46
app/assets/javascripts/ama_layout/desktop/drop_down.coffee
This file was deleted.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
app/assets/javascripts/ama_layout/desktop/foundation-custom.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
//= require foundation.core.js | ||
//= require foundation.abide.js | ||
//= require foundation.accordion.js | ||
//= require foundation.drilldown.js | ||
//= require foundation.dropdown.js | ||
//= require foundation.dropdownMenu.js | ||
//= require foundation.equalizer.js | ||
//= require foundation.offcanvas.js | ||
//= require foundation.responsiveMenu.js | ||
//= require foundation.responsiveToggle.js | ||
//= require foundation.reveal.js | ||
//= require foundation.tabs.js | ||
//= require foundation.toggler.js | ||
//= require foundation.tooltip.js | ||
//= require foundation.util.box.js | ||
//= require foundation.util.keyboard.js | ||
//= require foundation.util.mediaQuery.js | ||
//= require foundation.util.motion.js | ||
//= require foundation.util.nest.js | ||
//= require foundation.util.timerAndImageLoader.js | ||
//= require foundation.util.triggers.js |
5 changes: 5 additions & 0 deletions
5
app/assets/javascripts/ama_layout/desktop/foundation-equalizer-reflow.coffee
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Add a data-equalizer-reflow attribute to any element to | ||
# trigger a reInit of the equalizer plugin on the click event. | ||
$(document).on 'click', '*[data-equalizer-reflow]', -> | ||
if Foundation? and Foundation._plugins.equalizer? | ||
Foundation.reInit('equalizer') |
2 changes: 0 additions & 2 deletions
2
app/assets/javascripts/ama_layout/desktop/foundation-namespace.coffee
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
app/assets/javascripts/ama_layout/desktop/foundation-ready.coffee
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
$ -> | ||
# Foundation equalizer does not play well with Accordion animations! | ||
Foundation.Accordion.defaults.slideSpeed = 0 | ||
$(document).foundation() |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
//= require ../ama_layout_namespace | ||
//= require ./drop_down | ||
//= require ./toggle_menu | ||
//= require ./header_menu | ||
//= require ./ready | ||
//= require foundation | ||
//= require ./foundation-custom | ||
//= require ./foundation-ready | ||
//= require ./sticky-footer | ||
//= require ./foundation-namespace | ||
//= require ./sidebar | ||
//= require ./foundation-equalizer-reflow | ||
//= require ./cookie.ready | ||
//= require ../mailcheck/index |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
app/assets/javascripts/ama_layout/desktop/sticky-footer.coffee
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.