freenetis-github/application/views/js/traffic.php @ 8baed187
8baed187 | Michal Kliment | <?php
|
|
/**
|
|||
* Traffics show javascript view.
|
|||
*
|
|||
* @author Ondřej Fibich
|
|||
*/
|
|||
// IDE complementation
|
|||
if (FALSE): ?><script type="text/javascript"><?php endif
|
|||
?>
|
|||
$("#type").parent().parent().parent().parent().parent().children("button").hide();
|
|||
$("#type").change(function()
|
|||
{
|
|||
$("#type").parent().parent().parent().parent().parent().submit();
|
|||
});
|