* fixed style.

This commit is contained in:
Catouse
2014-04-18 10:31:14 +08:00
parent a0bc37e751
commit d6916ee145
12 changed files with 44 additions and 74 deletions
+3 -9
View File
@@ -3,13 +3,7 @@ function changeDate(date)
location.href = createLink('user', 'todo', 'account=' + account + '&type=' + date.replace(/\-/g, ''));
}
startDate = new Date(1970, 1, 1);
$(".todo-date").datePicker({createButton:true, startDate:startDate, maxDate:'%y-%M-%d'})
.dpSetPosition($.dpConst.POS_TOP, $.dpConst.POS_LEFT)
.bind('click', function() {
$(this).dpDisplay();
this.blur();
return false;
$(function()
{
$(".colorbox").modalTrigger({width:960, type:'iframe'});
});
$(".colorbox").modalTrigger({width:960, type:'iframe'});