Skip to content

Commit

Permalink
6.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjpearson committed Aug 21, 2024
1 parent 7b9fbc6 commit 161d320
Show file tree
Hide file tree
Showing 38 changed files with 3,068 additions and 1,554 deletions.
4 changes: 1 addition & 3 deletions Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,7 @@ public static function getHeader($tokenName = "", $token = "", $server = "", $pi
$token = $token ?: self::getSetting("token", $pid);
$server = $server?: self::getSetting("server", $pid);

if (!$tokenName) {
$tokenName = self::getSetting("tokenName", $pid);
}
$tokenName = Download::shortProjectTitle($pid);
$module = self::getModule();
$museoSansLink = self::link("/fonts/exljbris - MuseoSans-500.otf");
$horizontalScrollbar = CareerDev::isREDCap() ? ":root { overflow-x: scroll; }" : "";
Expand Down
4 changes: 2 additions & 2 deletions CareerDev.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CareerDev {
public static $passedModule = NULL;

public static function getVersion() {
return "6.12.1";
return "6.13.0";
}

public static function getLocalhostPluginPid() {
Expand Down Expand Up @@ -1277,7 +1277,7 @@ public static function getMenu($menuName, $pid = NULL) {
"NIH Reporting Tables 5 & 8" => self::link("reporting/index.php"),
"Upload Prior NIH Reporting Tables" => self::link("reporting/upload_react/run/index.php"),
"List of Scholar Names" => self::link("/tablesAndLists/summaryNames.php"),
"K2R Conversion Calculator" => self::link("/k2r/index.php"),
"Conversion Calculator" => self::link("/k2r/index.php"),
"Kaplan-Meier Conversion Success Curve" => self::link("/charts/kaplanMeierCurve.php"),
"Configure Application" => self::link("/config.php"),
"Configure Summaries" => self::link("/config.php")."&order",
Expand Down
Loading

0 comments on commit 161d320

Please sign in to comment.