Commit 3de86440 by swdanielli

Update recommender.js

parent dff648e2
...@@ -225,7 +225,7 @@ function RecommenderXBlock(runtime, element) { ...@@ -225,7 +225,7 @@ function RecommenderXBlock(runtime, element) {
} }
/* Submit the edited resource */ /* Submit the edited resource */
data['description'] = result.responseText; data['description'] = result.responseText;
editResource(data); addResource(data);
}, },
}); });
} }
......
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