From d97dec6abc605653c98a74953507774aea62ec3d Mon Sep 17 00:00:00 2001 From: raph Date: Fri, 10 Apr 2015 11:52:24 +0200 Subject: [PATCH] Update log.blade.php --- src/views/log.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/log.blade.php b/src/views/log.blade.php index 30e2161..ed0d13a 100644 --- a/src/views/log.blade.php +++ b/src/views/log.blade.php @@ -103,7 +103,7 @@ }, "stateLoadCallback": function (settings) { var data = JSON.parse(window.localStorage.getItem("datatable")); - data.start = 0; + if (data) data.start = 0; return data; } });