MailFunnel Client has 2 recent Javascript bugs. They have started recently, so they might be related to recent work - specifically the matt-updates-2-17 branch of code Matt contributed, because these issues started around that same time.
Warning about JS Scripts taking too long - it does not specify which JS script, or what line is causing it or anything. We need to analyze JS Script times to see which ones causing it
Inconsistent JS functionality and a bug that causes the JS libraries to break. Specifically this has happened when you get to Funnel Builder through the nav-bar vs. the home page dropdown arrow that is on the right side of the page.
The second issue is probably caused by this other issue: The application.html.erb and embedded.html.erb layout files should be the same but one of them is using the application.js file which references Bootstrap and jquery libraries that are implemented as Gems in Gemfile. These need to be consolidated to one file with the same code - and this will probably fix the second bug (above) as a result. I think one file is being loaded sometimes, which is causing it to sometimes work and sometimes not work.
Matt I am giving this to you because it should be an easy fix
MailFunnel Client has 2 recent Javascript bugs. They have started recently, so they might be related to recent work - specifically the matt-updates-2-17 branch of code Matt contributed, because these issues started around that same time.
Warning about JS Scripts taking too long - it does not specify which JS script, or what line is causing it or anything. We need to analyze JS Script times to see which ones causing it
Inconsistent JS functionality and a bug that causes the JS libraries to break. Specifically this has happened when you get to Funnel Builder through the nav-bar vs. the home page dropdown arrow that is on the right side of the page.
The second issue is probably caused by this other issue: The application.html.erb and embedded.html.erb layout files should be the same but one of them is using the application.js file which references Bootstrap and jquery libraries that are implemented as Gems in Gemfile. These need to be consolidated to one file with the same code - and this will probably fix the second bug (above) as a result. I think one file is being loaded sometimes, which is causing it to sometimes work and sometimes not work.
Matt I am giving this to you because it should be an easy fix