Author: norman
Date: Mon Aug 17 17:18:05 2009
New Revision: 805052
URL: http://svn.apache.org/viewvc?rev=805052&view=rev
Log:
Adjust war name
Disable default contextmenu on right click
Modified:
labs/hupa/pom.xml
labs/hupa/war/Hupa.html
Modified: labs/hupa/pom.xml
URL:
http://svn.apache.org/viewvc/labs/hupa/pom.xml?rev=805052&r1=805051&r2=805052&view=diff
==============================================================================
--- labs/hupa/pom.xml (original)
+++ labs/hupa/pom.xml Mon Aug 17 17:18:05 2009
@@ -162,6 +162,7 @@
</excludes>
</resource>
</webResources>
+ <warName>${project.name}</warName>
</configuration>
<!--
<configuration>
Modified: labs/hupa/war/Hupa.html
URL:
http://svn.apache.org/viewvc/labs/hupa/war/Hupa.html?rev=805052&r1=805051&r2=805052&view=diff
==============================================================================
--- labs/hupa/war/Hupa.html (original)
+++ labs/hupa/war/Hupa.html Mon Aug 17 17:18:05 2009
@@ -33,8 +33,7 @@
<!-- you can leave the body empty if you want -->
<!-- to create a completely dynamic UI. -->
<!-- -->
- <body>
-
+ <body oncontextmenu="return false;">
<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame"
style="width:0;height:0;border:0"></iframe>
<iframe src="" id="__download" style="width:0;height:0;border:0"></iframe>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]