Skip to content
Snippets Groups Projects
Commit 4d9c794c authored by buczekp's avatar buczekp
Browse files

[LMS-2060] reverted r19794 (didn't fix the problem)

SVN: 19817
parent b1e9be17
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ package ch.systemsx.cisd.openbis.generic.client.web.client.application.framework ...@@ -19,7 +19,6 @@ package ch.systemsx.cisd.openbis.generic.client.web.client.application.framework
import com.extjs.gxt.ui.client.widget.Component; import com.extjs.gxt.ui.client.widget.Component;
import com.extjs.gxt.ui.client.widget.ContentPanel; import com.extjs.gxt.ui.client.widget.ContentPanel;
import com.extjs.gxt.ui.client.widget.layout.FitLayout; import com.extjs.gxt.ui.client.widget.layout.FitLayout;
import com.google.gwt.user.client.History;
import com.google.gwt.user.client.ui.Widget; import com.google.gwt.user.client.ui.Widget;
import ch.systemsx.cisd.openbis.generic.client.web.client.ICommonClientServiceAsync; import ch.systemsx.cisd.openbis.generic.client.web.client.ICommonClientServiceAsync;
...@@ -35,7 +34,7 @@ import ch.systemsx.cisd.openbis.generic.client.web.client.application.util.GWTUt ...@@ -35,7 +34,7 @@ import ch.systemsx.cisd.openbis.generic.client.web.client.application.util.GWTUt
public class MainPagePanel extends ContentPanel implements IMainPanel public class MainPagePanel extends ContentPanel implements IMainPanel
{ {
public static final String PREFIX = GenericConstants.ID_PREFIX + "main-page_"; private static final String PREFIX = GenericConstants.ID_PREFIX + "main-page_";
private IClosableItem content; private IClosableItem content;
...@@ -58,7 +57,6 @@ public class MainPagePanel extends ContentPanel implements IMainPanel ...@@ -58,7 +57,6 @@ public class MainPagePanel extends ContentPanel implements IMainPanel
public final void open(final AbstractTabItemFactory tabItemFactory) public final void open(final AbstractTabItemFactory tabItemFactory)
{ {
History.newItem(History.getToken()); // WORKAROUND for IE not seeing history changes
GWTUtils.updatePageTitle(tabItemFactory.getTabTitle()); GWTUtils.updatePageTitle(tabItemFactory.getTabTitle());
reset(); reset();
content = tabItemFactory.create(); content = tabItemFactory.create();
......
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