Skip to content

Commit 5e1493a

Browse files
committed
src/main/javascript/*.js: update comments.
No code changes.
1 parent 7fe172c commit 5e1493a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/main/javascript/CatalogUtils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
//
22
// IMPORTANT:
3-
// You have to update Url.RESOURCES_VERSION each time whenever you're modified this file!
3+
// You must update Url.RESOURCES_VERSION each time whenever you're modified this file!
44
//
5+
56
var CatalogUtils = {
67

78
/** @public */

src/main/javascript/collection/info.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
//
22
// IMPORTANT:
3-
// You have to update Url.RESOURCES_VERSION each time whenever you're modified this file!
3+
// You must update Url.RESOURCES_VERSION each time whenever you're modified this file!
44
//
5+
56
function initPage(statByCategories, statByCountries) {
67
var chartsVersion = '44';
78
google.charts.load(chartsVersion, {'packages':['corechart']});

src/main/javascript/series/add.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
//
22
// IMPORTANT:
3-
// You have to update Url.RESOURCES_VERSION each time whenever you're modified this file!
3+
// You must update Url.RESOURCES_VERSION each time whenever you're modified this file!
44
//
5+
56
function initPage(suggestCountryUrl) {
67
$('#country').selectize();
78

0 commit comments

Comments
 (0)