Save the job list state indefinitely

pull/135/head
Derek Frankhouser 2020-09-14 21:00:51 -04:00 committed by GitHub
parent a004766eee
commit cbb410b7c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,8 @@
{orderable: false},
{orderable: false}
],
stateSave: true
stateSave: true,
stateDuration: 0
});
});
</script>