@@ -190,7 +190,7 Calendar.setup = function (params) { | |||||
190 | cal.create(); |
|
190 | cal.create(); | |
191 | cal.refresh(); |
|
191 | cal.refresh(); | |
192 | if (!params.position) |
|
192 | if (!params.position) | |
193 |
cal.showAtElement(params.button || params.displayArea || params.inputField |
|
193 | cal.showAtElement(params.button || params.displayArea || params.inputField); | |
194 | else |
|
194 | else | |
195 | cal.showAt(params.position[0], params.position[1]); |
|
195 | cal.showAt(params.position[0], params.position[1]); | |
196 | return false; |
|
196 | return false; |
General Comments 0
You need to be logged in to leave comments.
Login now