You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/11/11 21:11:19 UTC

[8/9] git commit: Remove an unnecessary hack from prior Tapestry's

Remove an unnecessary hack from prior Tapestry's


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/fac6b5d8
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/fac6b5d8
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/fac6b5d8

Branch: refs/heads/5.4-js-rewrite
Commit: fac6b5d812b613da83c48b218a7eb22876629c83
Parents: 5df05c6
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Sun Nov 11 08:07:50 2012 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Sun Nov 11 08:07:50 2012 -0800

----------------------------------------------------------------------
 .../tapestry5/datepicker_106/js/datepicker.js      |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/fac6b5d8/tapestry-core/src/main/resources/META-INF/assets/tapestry5/datepicker_106/js/datepicker.js
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/datepicker_106/js/datepicker.js b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/datepicker_106/js/datepicker.js
index 5033ad4..0d31f79 100644
--- a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/datepicker_106/js/datepicker.js
+++ b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/datepicker_106/js/datepicker.js
@@ -334,14 +334,6 @@ DatePicker.prototype.create = function (doc)
             }
             parent = parent.parentNode;
         }
-        
-        if (Tapestry.DateField.activeDateField !=  null) {
-        
-            if (insideDatePicker == null && targ.className != 't-calendar-trigger') {
-                Tapestry.DateField.activeDateField.hidePopup();
-                Tapestry.DateField.activeDateField = null;
-            }
-        }
     }
     return this._el;
 };