[pgAdmin][RM4769] pgAdmin Query Tool Won’t open on IE
Aditya Toshniwal <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.pgadmin.devel |
|---|---|
| Message-ID | <CAM9w-_mb4+THRzQ1sTco1Ths-NA_5FmZXEuLKM0euWNu9hWEPQ@mail.gmail.com> |
Hi Hackers, Attached patch will the issue where query tool is not loading in IE. Kindly review. -- Thanks and Regards, Aditya Toshniwal Sr. Software Engineer | EnterpriseDB India | Pune "Don't Complain about Heat, Plant a TREE"
RM4769.patch
(application/octet-stream, 483 B)
diff --git a/web/pgadmin/tools/datagrid/templates/datagrid/index.html b/web/pgadmin/tools/datagrid/templates/datagrid/index.html
index 3b3e3508..86c09452 100644
--- a/web/pgadmin/tools/datagrid/templates/datagrid/index.html
+++ b/web/pgadmin/tools/datagrid/templates/datagrid/index.html
@@ -428,7 +428,7 @@
sqlEditorController.start(
{{ uniqueId }},
{{ url_params|safe}},
- '{{ layout|safe }}',
+ '{{ layout|safe }}'
);
});
{% endblock %}