Added mail thing

This commit is contained in:
Thomas FORGIONE
2015-07-17 14:53:45 +02:00
parent f32ffe9b01
commit 0fb63b93f6
8 changed files with 264 additions and 170 deletions

View File

@@ -2,8 +2,8 @@ L3D.BD = {};
L3D.BD.Private = {};
L3D.BD.Private.sendData = function(url, data) {
if (L3D.BD.Private.enabled) {
L3D.BD.Private.sendData = function(url, data, force) {
if (L3D.BD.Private.enabled || force) {
// Append time to data
data.time = Date.now() / 1000;