##// END OF EJS Templates
Fix punctuation
Thomas Kluyver -
Show More
@@ -59,7 +59,7 b' function($, utils) {'
59 59 ConfigSection.prototype.update = function(newdata) {
60 60 return new Promise(function(resolve, reject) {
61 61 $.ajax(this.api_url(), {
62 processData: false;
62 processData: false,
63 63 type : "PATCH",
64 64 data: JSON.stringify(newdata),
65 65 dataType : "json",
General Comments 0
You need to be logged in to leave comments. Login now