File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
//
2
2
// 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!
4
4
//
5
+
5
6
var CatalogUtils = {
6
7
7
8
/** @public */
Original file line number Diff line number Diff line change 1
1
//
2
2
// 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!
4
4
//
5
+
5
6
function initPage ( statByCategories , statByCountries ) {
6
7
var chartsVersion = '44' ;
7
8
google . charts . load ( chartsVersion , { 'packages' :[ 'corechart' ] } ) ;
Original file line number Diff line number Diff line change 1
1
//
2
2
// 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!
4
4
//
5
+
5
6
function initPage ( suggestCountryUrl ) {
6
7
$ ( '#country' ) . selectize ( ) ;
7
8
You can’t perform that action at this time.
0 commit comments