Skip to content

Commit d97dec6

Browse files
committed
Update log.blade.php
1 parent cd44c3f commit d97dec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/log.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"stateLoadCallback": function (settings) {
105105
var data = JSON.parse(window.localStorage.getItem("datatable"));
106-
data.start = 0;
106+
if (data) data.start = 0;
107107
return data;
108108
}
109109
});

0 commit comments

Comments
 (0)