mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
gui enhancements
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user