@osfarm/itineraire-technique 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -383,6 +383,7 @@ class WikiLoader extends DefaultLoader {
383
383
  * Build the URL for saving based on the save as modal selections
384
384
  */
385
385
  buildSaveAsUrl() {
386
+ const self = this;
386
387
  const useExistingPage = $('#saveAsUseExistingPage').prop('checked');
387
388
  const selectedPage = $('#saveAsPageSelect').val();
388
389
  const filename = $('#saveAsFilename').val().trim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osfarm/itineraire-technique",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "A visualisation tool to show agricultural technical itineraries based on Echarts",
5
5
  "main": "editor.html",
6
6
  "scripts": {