summaryrefslogtreecommitdiff
path: root/views/event.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2016-05-20 08:09:32 -0700
committerAaron Parecki <aaron@parecki.com>2016-05-20 08:09:32 -0700
commitf255179c39211a159932ca3f8a2738b3c943f09d (patch)
tree367f3cdabff7b6c7367a5684325a948abece6982 /views/event.php
parentbc2ce00d55741de7c91d41dd3bc6e8e515c3f9e9 (diff)
don't need to json.parse when the content type header is right
Diffstat (limited to 'views/event.php')
-rw-r--r--views/event.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/views/event.php b/views/event.php
index ff11678..1a11681 100644
--- a/views/event.php
+++ b/views/event.php
@@ -81,8 +81,7 @@
"type": "h-event",
"properties": properties
})
- }, function(data){
- var response = JSON.parse(data);
+ }, function(response){
if(response.location != false) {
$("#test_success").removeClass('hidden');