You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2006/09/25 18:32:19 UTC

svn commit: r449725 - in /myfaces/tobago/trunk/theme/scarborough/src/main: java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/DateRenderer.java resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/date.js

Author: lofwyr
Date: Mon Sep 25 09:32:18 2006
New Revision: 449725

URL: http://svn.apache.org/viewvc?view=rev&rev=449725
Log:
remove unused code

Modified:
    myfaces/tobago/trunk/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/DateRenderer.java
    myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/date.js

Modified: myfaces/tobago/trunk/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/DateRenderer.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/DateRenderer.java?view=diff&rev=449725&r1=449724&r2=449725
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/DateRenderer.java (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/DateRenderer.java Mon Sep 25 09:32:18 2006
@@ -45,7 +45,6 @@
   public void encodeEndTobago(FacesContext facesContext,
       UIComponent component) throws IOException {
     final String[] scripts = {
-        "script/date.js",
         "script/dateConverter.js",
         "script/calendar.js"};
 

Modified: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/date.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/date.js?view=diff&rev=449725&r1=449724&r2=449725
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/date.js (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/date.js Mon Sep 25 09:32:18 2006
@@ -27,7 +27,7 @@
   //    alert(scrX+" "+ scrY+"\n"+avaWidth+" "+avaHeight );
 
   var pickerWidth = 275;
-  var pickerHeight = 280;
+  var pickerHeight = 150;
 
   var xPos;
   var yPos;