Skip to content

Commit

Permalink
4.17.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjpearson committed Oct 10, 2022
1 parent be4ea2b commit a28dfd1
Show file tree
Hide file tree
Showing 4,074 changed files with 5 additions and 1,812,405 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion CareerDev.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CareerDev {
public static $passedModule = NULL;

public static function getVersion() {
return "4.17.11";
return "4.17.12";
}

public static function getLockFile($pid) {
Expand Down
2 changes: 1 addition & 1 deletion classes/MMAHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ public static function adjustDate($ts, $monthsInFuture) {
public static function makeSurveyHTML($partners, $partnerRelationship, $row, $metadata) {
$html = "";
$imageLink = Application::link("mentor/img/temp_image.jpg");
$scriptLink = Application::link("mentor/vendor/jquery.easy-pie-chart/dist/jquery.easypiechart.min.js");
$scriptLink = Application::link("mentor/js/jquery.easypiechart.min.js");
$percComplete = self::getPercentComplete($row, $metadata);

$html .= "
Expand Down
6 changes: 3 additions & 3 deletions mentor/_header.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
<meta name="author" content="">

<title><?= Application::getProgramName()." - Mentee-Mentor Agreement" ?></title>
<script src="<?= Application::link("mentor/vendor/jquery/jquery.min.js") ?>"></script>
<script src="<?= Application::link("mentor/js/jquery.min.js") ?>"></script>

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>

<!-- Custom fonts for this template -->
<link href="<?= Application::link("mentor/vendor/fontawesome-free/css/all.min.css") ?>" rel="stylesheet">
<link href="<?= Application::link("mentor/vendor/simple-line-icons/css/simple-line-icons.css") ?>" rel="stylesheet" type="text/css">
<link href="<?= Application::link("mentor/css/all.min.css") ?>" rel="stylesheet">
<link href="<?= Application::link("mentor/css/simple-line-icons.css") ?>" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="<?= Application::link("/css/typekit.css").Application::getVersion() ?>">

Expand Down
File renamed without changes.
File renamed without changes.
119 changes: 0 additions & 119 deletions mentor/gulpfile.js

This file was deleted.

File renamed without changes.
File renamed without changes.
23 changes: 0 additions & 23 deletions mentor/vendor/Chart.js/.bower.json

This file was deleted.

18 changes: 0 additions & 18 deletions mentor/vendor/Chart.js/.codeclimate.yml

This file was deleted.

10 changes: 0 additions & 10 deletions mentor/vendor/Chart.js/.editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion mentor/vendor/Chart.js/.eslintignore

This file was deleted.

Loading

0 comments on commit a28dfd1

Please sign in to comment.