Couple fixes to get everything looking nice

This commit is contained in:
rembo10
2014-05-05 17:38:18 -07:00
parent 75b38df3d6
commit f52ec56a0f
2 changed files with 8 additions and 3 deletions

View File

@@ -334,6 +334,10 @@ function doAjaxCall(url,elem,reload,form) {
});
}
function doSimpleAjaxCall(url) {
$.ajax(url);
}
function resetFilters(text){
if ( $(".dataTables_filter").length > 0 ) {
$(".dataTables_filter input").attr("placeholder","filter " + text + "");