setCheckedValue(id, id.value);
HTML_AJAX.grab(encodeURI('rpc.php?action=tagcondition&mode=' + id.value));
}
-
+
refreshAvailableTags();
refreshSelectedTags();
refreshPhotoIndex();
// if no tags are currently selected, return false from here
if(selected_tags.innerHTML == "")
return false;
-
+
return true;
}
to = to_year +"-"+ to_month +"-"+ to_day;
HTML_AJAX.grab(encodeURI('rpc.php?action=date_search&from='+ from +'&to='+ to));
-
+
+ clearSearch();
refreshAvailableTags();
refreshSelectedTags();
refreshPhotoIndex();