* Fix encode is empty when the type isnt't csv.

This commit is contained in:
tianshujie
2024-02-29 16:35:45 +08:00
parent 7d35141d20
commit 898fd27fdb
+3
View File
@@ -227,6 +227,8 @@ h::js
<<<JAVASCRIPT
window.setDownloading = function(event)
{
$('[name=encode]').removeAttr('disabled');
/* Doesn't support Opera, omit it. */
if(navigator.userAgent.toLowerCase().indexOf("opera") > -1) return true;
@@ -274,6 +276,7 @@ window.onChangeFileName = function(event)
return;
}
}
window.waitDom('[name=fileType]', function(){ $('[name=fileType]').trigger('change');})
window.saveTemplate = function()
{