gui enhancements

This commit is contained in:
SJ
2013-08-22 11:24:54 +02:00
parent a9050a9f44
commit 760a76121a
23 changed files with 67 additions and 15 deletions

View File

@ -149,9 +149,14 @@ var Piler =
Piler.spinner('stop');
$('#resultsheader').show();
/*$("table").resizableColumns({
<?php if(ENABLE_TABLE_RESIZE == 1) { ?>
$("table").resizableColumns({
store: store
});*/
});
<?php } ?>
})
.fail(function( a, b )// jqXHR, textStatus, errorThrown
{