Skip to content

Commit debc265

Browse files
committed
Log coherence with names
1 parent 0ba5fe9 commit debc265

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

versionwarning/_static/js/versionwarning.src.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const semver = require('semver');
22

33
function injectVersionWarningBanner(running_version, version, config) {
4-
console.debug("injectVersionwarningbanner");
4+
console.debug("injectVersionWarningBanner");
55
var version_url = window.location.pathname.replace(running_version.slug, version.slug);
66
var warning = $(config.banner.html);
77

@@ -24,7 +24,7 @@ function injectCustomWarningBanner(config) {
2424

2525

2626
function getHighestVersion(versions) {
27-
console.debug("getHighestversion");
27+
console.debug("getHighestVersion");
2828
var highest_version;
2929

3030
$.each(versions, function (i, version) {

0 commit comments

Comments
 (0)