Roo/form/MonthField.js
authorAlan Knowles <alan@roojs.com>
Thu, 18 Oct 2012 08:59:47 +0000 (16:59 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Oct 2012 08:59:47 +0000 (16:59 +0800)
Roo/form/MonthField.js

index b60fae8..9a4437a 100644 (file)
@@ -329,7 +329,7 @@ dateField.setValue('2006-5-4');
         eld.className = "x-date-picker";
         eld.innerHTML = '<div class="x-date-mp"></div>';
 
-        eld.insertBefore(el, 0);
+        eld.appendChild(el);
 
         var el = Roo.get(eld);