Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting base URL #1316

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Conversation

stanleylhs
Copy link
Member

@stanleylhs stanleylhs commented Aug 6, 2024

Non-escaped base url is breaking the footer javascript.
Escaped to make JS work again.

@stanleylhs stanleylhs requested a review from steveyken August 6, 2024 10:54
@steveyken
Copy link
Member

Confirming that prior to this fix, base_url in the javascript footer would format improperly

crm.base_url = 'http://localhost:3001/ffcrm';

After this fix, the base_url formats correctly as

crm.base_url = 'http://localhost:3001/ffcrm';

@steveyken steveyken merged commit a450964 into fatfreecrm:master Aug 7, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants