Commit 1148e2b0 by swdanielli

systax error

parent ce0a9a9e
...@@ -19,7 +19,7 @@ function RecommenderXBlock(runtime, element) { ...@@ -19,7 +19,7 @@ function RecommenderXBlock(runtime, element) {
data: JSON.stringify(data), data: JSON.stringify(data),
success: function(result) { success: function(result) {
alert('The configurations have been updated'); alert('The configurations have been updated');
} },
error: function(result) { error: function(result) {
alert('An internal error happened. We cannot set the configurations right now. Please try again later.'); alert('An internal error happened. We cannot set the configurations right now. Please try again later.');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment