Skip to content

Commit

Permalink
Update log.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Apr 10, 2015
1 parent cd44c3f commit d97dec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/log.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
});
Expand Down

0 comments on commit d97dec6

Please sign in to comment.