mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix script options which were inadvertently broken in the query tool tab naming patch.
This commit is contained in:
committed by
Dave Page
parent
d70c3003d3
commit
2a87585665
@@ -52,6 +52,9 @@ define(['jquery'],
|
||||
$('#pg_text').remove(); // remove element
|
||||
|
||||
return width;
|
||||
},
|
||||
capitalizeFirstLetter: function (string) {
|
||||
return string.charAt(0).toUpperCase() + string.slice(1);
|
||||
}
|
||||
};
|
||||
return sqlEditorUtils;
|
||||
|
||||
Reference in New Issue
Block a user