Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Commit da46690

Browse files
author
aki
committed
updae test
1 parent dad8cdf commit da46690

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/com/akjava/gwt/html5/Html5widget.gwt.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</replace-with>
4949

5050
<!--
51-
51+
<set-property name="user.agent" value="safari"/>
5252
-->
53-
<set-property name="user.agent" value="safari"/>
53+
5454
</module>

src/com/akjava/gwt/html5test/client/HTML5Test.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import com.google.gwt.event.dom.client.DropHandler;
2929
import com.google.gwt.user.client.History;
3030
import com.google.gwt.user.client.Window;
31+
import com.google.gwt.user.client.ui.Anchor;
3132
import com.google.gwt.user.client.ui.Label;
3233
import com.google.gwt.user.client.ui.RootLayoutPanel;
3334
import com.google.gwt.user.client.ui.TabPanel;
@@ -228,6 +229,8 @@ public void onDragOver(DragOverEvent event) {
228229
}
229230

230231
tab.selectTab(index);
232+
233+
dropPanel.add(new Anchor("Github Project Page","https://github.com/akjava/html5gwt"));
231234
}
232235
private void onDropText(DropEvent event){
233236
final boolean asString = true;

0 commit comments

Comments
 (0)