Difference between revisions of "Widget:DataExporter"

From LINKS Community Center
Jump to: navigation, search
Line 32: Line 32:
 
                 const schemaParams = new URLSearchParams();
 
                 const schemaParams = new URLSearchParams();
 
                 schemaParams.set('action', 'raw');
 
                 schemaParams.set('action', 'raw');
                 schemaParams.set('title', encodeURIComponent('Category:' + formData.get('library')));
+
                 schemaParams.set('title', 'Category:' + formData.get('library'));
  
 
                 const exportParams = new URLSearchParams();
 
                 const exportParams = new URLSearchParams();

Revision as of 15:19, 16 August 2023