File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
ckanext/dataexplorer/public/vendor/recline Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4790,19 +4790,18 @@ this.recline.View = this.recline.View || {};
47904790 const downloadFormatElement = document . getElementById ( "download-format" ) ;
47914791 const compressedOptions = `
47924792 <option value="compressed-csv">Compressed CSV (GZIP)</option>
4793- <option value="compressed-csv-zip">Compressed CSV (ZIP)</option>
47944793 ` ;
47954794 const regularOptions = `
47964795 <option value="csv">CSV</option>
4797- <option value="compressed-csv">Compressed CSV (GZIP )</option>
4796+ <option value="compressed-csv">Compressed CSV (ZIP )</option>
47984797 <option value="json">JSON</option>
47994798 ` ;
48004799
48014800 downloadFormatElement . innerHTML = DATASTORE_SEARCH_ROWS_MAX <= self . model . recordCount
48024801 ? compressedOptions
48034802 : regularOptions ;
48044803 } , 2000 ) ;
4805-
4804+
48064805 //Pre-Load helper libraries JSZip for zipping files
48074806 $ . getScript (
48084807 "https://cdnjs.cloudflare.com/ajax/libs/jszip/3.5.0/jszip.min.js"
You can’t perform that action at this time.
0 commit comments