needed to be a string
parent
1fb125a652
commit
140d050f21
|
|
@ -94,7 +94,7 @@
|
|||
var course_name = "Davis";
|
||||
$("#upload").click(function () {
|
||||
sendCustomizedApp({
|
||||
storage: courses
|
||||
storage: JSON.stringify(courses),
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue