Skip to content

Commit 58bdb8a

Browse files
committed
Rename files which have a version
1 parent d97eafb commit 58bdb8a

7 files changed

Lines changed: 2 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ You can make a pull request with your Javascript file.
1010
* Like this [folder](./library/point_buffer_on_map) for instance.
1111
* Host your GIF or screenshot in the folder itself
1212
* Use English language in the PR description and in the code if possible (exception for country specific code)
13+
* Name your JavaScript files with this convention `xxxx_3.8.js` according to the LWC version used
File renamed without changes.

library/api/ign_web_services/ign-altimetrie.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var lizmapIgnAltimetrie = function() {
2-
//IGN KEYS MUST BE DEFINED inside credencial json file !
2+
//IGN KEYS MUST BE DEFINED inside credential json file !
33
var ignServiceKey;
44
var ignServiceUrl;
55
var ignEntryPoints;

library/misc/external_links_from_map_click/externalLinksFromMapClick-lwc-37.js renamed to library/misc/external_links_from_map_click/externalLinksFromMapClick_3.7.js

File renamed without changes.

library/misc/external_links_from_map_click/externalLinksFromMapClick.js renamed to library/misc/external_links_from_map_click/externalLinksFromMapClick_3.8.js

File renamed without changes.

library/ui/background_selector/background_selector-3-6.js renamed to library/ui/background_selector/background_selector_3.6.js

File renamed without changes.

library/ui/background_selector/background_selector.js renamed to library/ui/background_selector/background_selector_3.7.js

File renamed without changes.

0 commit comments

Comments
 (0)