From: Karl O. Pinc Date: Fri, 13 Sep 2024 18:40:48 +0000 (-0500) Subject: Don't try to automatically open a SQL edit window X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=b27dc009f072fcec6a6dfca2ffc6967412452432;p=pgwui_sql Don't try to automatically open a SQL edit window The problem is that the current sql is not passed to the sql edit window. So the new window always opens with no sql. Changing this is more bother than it's worth. At least right now. --- diff --git a/src/pgwui_sql/templates/sql.mak b/src/pgwui_sql/templates/sql.mak index b9a3e35..6b7c783 100644 --- a/src/pgwui_sql/templates/sql.mak +++ b/src/pgwui_sql/templates/sql.mak @@ -135,9 +135,6 @@ + ',top=' + window.screenTop) .focus(); }; - % if havecreds: - open_sql_edit(); - % endif <%def name="submit(tab_index)">