f4d53f086f573b8c5262d34b2f7cbf8cc9e701f6
angie
Mon Jun 22 16:23:23 2015 -0700
When using https, FaceBook's URL for React JS redirects to an http URL
and the browser refuses to fetch from another site using http when the
page is https. So don't rely on FaceBook's network, just host the
React JS locally.
refs #15557
diff --git src/hg/lib/jsHelper.c src/hg/lib/jsHelper.c
index 4d64c19..2ea1464 100644
--- src/hg/lib/jsHelper.c
+++ src/hg/lib/jsHelper.c
@@ -231,31 +231,31 @@
hPrintf("%s",link);
freeMem(link);
}
}
void jsIncludeReactLibs()
/* Prints out ");
puts("");
puts("");
puts("");
puts("");
-puts("");
+puts("");
puts("");
puts("");
puts("");
puts("");
puts("");
puts("");
puts("");
puts("");
puts("");
puts("");
puts("");
puts("");
}
char *jsCheckAllOnClickHandler(char *idPrefix, boolean state)