fix some paths
This commit is contained in:
parent
fd58906e04
commit
89905eb8ac
7 changed files with 11 additions and 16 deletions
|
|
@ -381,4 +381,4 @@ Miscellaneous
|
|||
color: rgba(128, 128, 128, 1);
|
||||
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
|
||||
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -398,4 +398,4 @@ Miscellaneous
|
|||
color: rgba(128, 128, 128, 1);
|
||||
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
|
||||
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -309,7 +309,7 @@ Ox.Calendar = function(options, self) {
|
|||
.css({
|
||||
textAlign: 'center'
|
||||
});
|
||||
|
||||
|
||||
renderCalendar();
|
||||
|
||||
function changeDate() {
|
||||
|
|
|
|||
|
|
@ -35,4 +35,4 @@ Ox.forEach($('<div>'), function(val, key) {
|
|||
Ox.UI.elements[id] : ret;
|
||||
};
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue