Monotone-Parent: bee9d78831eda60f6cda2aadb62fc4a04a2e8e10

Monotone-Revision: e95efe8673a67dc9bd15ec54ca217af1e21e9dbb

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-29T17:20:26
This commit is contained in:
Francis Lachapelle 2012-03-29 17:20:26 +00:00
parent 0c2c418046
commit f63d9336b5

View file

@ -70,6 +70,10 @@ function savePreferences(sender) {
return false; return false;
} }
function onAdjustTime(event) {
// unconditionally called from skycalendar.html
}
function prototypeIfyFilters() { function prototypeIfyFilters() {
var newFilters = $([]); var newFilters = $([]);
for (var i = 0; i < filters.length; i++) { for (var i = 0; i < filters.length; i++) {