Project

General

Profile

« Previous | Next » 

Revision 51030

1. Properties file changes.
2. Aggregation details / aggregation object add.
3. Other changes from stef

View differences:

TokenController.java
1 1
package eu.dnetlib.repo.manager.client;
2 2

  
3
import com.google.gwt.user.client.Window;
3 4
import com.google.gwt.user.client.ui.FlowPanel;
4 5

  
5 6
import java.util.HashMap;
......
57 58

  
58 59
        contentPanel.add(widget.asWidget());
59 60

  
61
        Window.scrollTo(0, 0);
62

  
60 63
        widget.afterAdditionToRootPanel();
61 64
    }
62 65
}

Also available in: Unified diff