mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-03 09:53:16 -05:00
Fixed an issue where the debugger's custom tab title not applied when opened in the new browser tab. Fixes #5974
This commit is contained in:
committed by
Akshay Joshi
parent
5370bb4515
commit
ebf5e871e0
@@ -68,7 +68,7 @@ function setDebuggerTitle(panel, preferences, function_name, schema_name, databa
|
||||
'type': 'debugger',
|
||||
};
|
||||
var title = generateTitle(debugger_title_placeholder, title_data);
|
||||
panel.title('<span>'+ _.escape(title) +'</span>');
|
||||
panel.title('<span>'+ title +'</span>');
|
||||
}
|
||||
|
||||
function get_function_name(function_name) {
|
||||
|
||||
Reference in New Issue
Block a user