this.redirect(fullloc, true);
return;
}
-
if (this.openLocation == fullloc) {
return;
}
this.viewLoading.push([ fullloc, data ]);
+ if (loc != 'search') {
+ $('kronolithSearchTerm').setValue($('kronolithSearchTerm').readAttribute('default'));
+ }
+
switch (loc) {
case 'day':
case 'week':
}
});
if (this.view && this.view != loc) {
- $('kronolithSearchTerm').setValue($('kronolithSearchTerm').readAttribute('default'));
$('kronolithView' + this.view.capitalize()).fade({
duration: this.effectDur,
queue: 'end'