Skip to content
Snippets Groups Projects
Commit 8d79fc4b authored by juanf's avatar juanf
Browse files

SSDM-178: ELN UI - Show open view title on browser tab title and open new tab.

SVN: 31488
parent 50defa4c
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,7 @@ function MainController(profile) { ...@@ -166,7 +166,7 @@ function MainController(profile) {
this._showCreateSamplePage(arg); this._showCreateSamplePage(arg);
break; break;
case "showEditSamplePage": case "showEditSamplePage":
document.title = arg; document.title = arg.code;
this._showEditSamplePage(arg); this._showEditSamplePage(arg);
break; break;
case "showViewExperiment": case "showViewExperiment":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment