70d2fa98f8f4fe8d805b2172bd26850d19c1a645 angie Mon Mar 23 15:17:04 2015 -0700 Code review feedback from Kate: libify inclusion of libs for new React framework. refs #14965 diff --git src/hg/inc/jsHelper.h src/hg/inc/jsHelper.h index 7691e31..bc8ca76 100644 --- src/hg/inc/jsHelper.h +++ src/hg/inc/jsHelper.h @@ -84,30 +84,34 @@ char *jsPressOnEnter(char *button); /* Returns a javascript statement that clicks button when the Enter key * has been pressed; typically this would go in a text input. * jsInit must be called first. * Do not free return value! */ void jsIncludeFile(char *fileName, char *noScriptMsg); /* Prints out html to include given javascript file from the js directory; suppresses redundant *