Skip to content

Commit ea98304

Browse files
jgg9026Mr Bot
authored andcommitted
Merge pull request #6847 in DEV/moodle from update/INT-19172_spicy-chipmunk to release/4.1+3
* commit 'ae65f3a28511c880c8623ea8987b16e40b85c131': INT-19172: Fixes for grunt gherkin and data base schema validation - second batch INT-19172: Fixes for grunt gherkin and data base schema validation
2 parents f593a97 + f6b6d2d commit ea98304

16 files changed

+238
-226
lines changed

amd/build/accessibility.min.js

Lines changed: 23 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/accessibility.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/src/accessibility.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* You should have received a copy of the GNU General Public License
1515
* along with Moodle. If not, see <http://www.gnu.org/licenses/>.
1616
*
17-
* @package mod_hsuforum
1817
* @author Rafael Becerra rafael.becerrarodriguez@openlms.net
1918
* @copyright Copyright (c) 2019 Open LMS (https://www.openlms.net)
2019
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
@@ -42,6 +41,6 @@ define(['jquery'],
4241
}
4342
});
4443
}
45-
}
44+
};
4645
}
4746
);

0 commit comments

Comments
 (0)