From 6d2f2a3c537ae2a5bfaee7b2e4dc4c02ad6c6d50 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 10 Mar 2015 09:40:52 -0400 Subject: [PATCH] Add message to info page to guide users around LibreJS bug. There's a bug in LibreJS that breaks the XHR request to fetch a profile in JSON form. Civi returns HTML instead for some reason, which breaks the JavaScript code. * templates/CRM/Memberdashboard/Page/Info.tpl: Add paragraph directing users to server-side rendered profile page. --- templates/CRM/Memberdashboard/Page/Info.tpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/CRM/Memberdashboard/Page/Info.tpl b/templates/CRM/Memberdashboard/Page/Info.tpl index 0b37eae..bf1298f 100644 --- a/templates/CRM/Memberdashboard/Page/Info.tpl +++ b/templates/CRM/Memberdashboard/Page/Info.tpl @@ -30,4 +30,9 @@
+

+ Form not loading? + Try this page instead. +

+
-- 2.25.1