@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.
- package/js/editor-loader-wiki.js +1 -0
- package/package.json +1 -1
package/js/editor-loader-wiki.js
CHANGED
|
@@ -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();
|