mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed issue of opening file manager dialog from Query Tool.
This commit is contained in:
parent
903389d7b7
commit
794b70daea
@ -15,8 +15,8 @@
|
||||
// use alertify and underscore js
|
||||
var alertify = require("alertify"),
|
||||
_ = require("underscore"),
|
||||
S = require("underscore.string")
|
||||
gettext = require("sources/gettext");
|
||||
S = require("underscore.string"),
|
||||
gettext = require('sources/gettext');
|
||||
|
||||
/*---------------------------------------------------------
|
||||
Define functions used for various operations
|
||||
@ -1286,7 +1286,7 @@ if (
|
||||
if (!have_all_types) {
|
||||
select_box += '<option value="*">' + gettext('All Files') + '</option>';
|
||||
}
|
||||
select_box += "</select><label>' + gettext('Format') + ': </label></div>";
|
||||
select_box += "</select><label>" + gettext('Format') + ": </label></div>";
|
||||
}
|
||||
|
||||
$(".allowed_file_types").html(select_box);
|
||||
|
Loading…
Reference in New Issue
Block a user