Corrected fail
This commit is contained in:
parent
72e3d4179e
commit
517e214a81
|
@ -8,7 +8,6 @@ BD.Event.ArrowClicked.prototype.send = function() {
|
|||
|
||||
var data = {};
|
||||
|
||||
data.session_id = session_id;
|
||||
data.arrow_id = this.arrow_id;
|
||||
|
||||
var xhr = new XMLHttpRequest();
|
||||
|
|
Loading…
Reference in New Issue