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

check to see if $ is being clobbered somewhere. #1185

Merged
merged 1 commit into from
Jun 14, 2018
Merged

Conversation

osahyoun
Copy link
Member

@eyko @rodrei following our conversation earlier today, might this still be worth giving a try? Not suggesting it remain (if it works), but just offering it as a (possible) plaster until we're able to work out the real cause of the bug.

@vincemtnz
Copy link
Contributor

Not a big fan because I think we're entering magical land territory and we don't really know what's going on! But for that same reason I'm willing to try this... 👍

I'm merging this for now but creating the issue will remain open - let's fix the problem from the root if we can.

🧙🏽‍♂️

@vincemtnz vincemtnz merged commit 86dfd9b into development Jun 14, 2018
vincemtnz pushed a commit that referenced this pull request Jun 18, 2018
* Don't run simple_format on emails body

* Update email spec

Since removing simple_format, the text is no longer wrapped in <p></p>

* [hack] check to see if $ is being clobbered somewhere. (#1185)

We're seeing a lot of errors telling us that `$` is not a function. We suspect that something's messing up with jQuery but we're not entirely sure. This is a small hack to hopefully re-assign jQuery to the `$` variable. 🤞

* Update pension emails spec

* Various bugfixes (#1187)

* import I18n from 'champaign-i18n' (alias to window.I18n in webpack)

* Deprecate legacy backbone fundraiser code.

The _fundraiser_refactor.liquid partial has been deleted and its
contents are now in _fundraiser.liquid.

All templates that referenced 'Fundraiser Refactor' must be updated
to include 'Fundraiser'.

* Add global locale data in member_facing.js

Instead of doing this in ComponentWrapper, add it immediately in member_facing.js

* Removed unused lines

* Don't attempt to assign petitionForm to jXHR response if it's a string

* Redo: "Release (#1188)"

This reverts commit 40ba347.

* Set user context in sentry
vincemtnz pushed a commit that referenced this pull request Jul 3, 2018
* Don't run simple_format on emails body

* Update email spec

Since removing simple_format, the text is no longer wrapped in <p></p>

* [hack] check to see if $ is being clobbered somewhere. (#1185)

We're seeing a lot of errors telling us that `$` is not a function. We suspect that something's messing up with jQuery but we're not entirely sure. This is a small hack to hopefully re-assign jQuery to the `$` variable. 🤞

* Update pension emails spec

* Various bugfixes (#1187)

* import I18n from 'champaign-i18n' (alias to window.I18n in webpack)

* Deprecate legacy backbone fundraiser code.

The _fundraiser_refactor.liquid partial has been deleted and its
contents are now in _fundraiser.liquid.

All templates that referenced 'Fundraiser Refactor' must be updated
to include 'Fundraiser'.

* Add global locale data in member_facing.js

Instead of doing this in ComponentWrapper, add it immediately in member_facing.js

* Removed unused lines

* Don't attempt to assign petitionForm to jXHR response if it's a string

* Redo: "Release (#1188)"

This reverts commit 40ba347.

* Set user context in sentry
@osahyoun osahyoun deleted the fix.jquery branch July 19, 2018 15:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants