Skip to content

Commit fd7defa

Browse files
authored
Subscription Ajax post updated (#15)
* Created date moved to backend, handling of epochtime to UTC added * maxwidth fix for subscription page * Eiffel icon added index page, subscription modale layout, and css fixes * Time conversion in modal popup * Upload subscription updated for List post * cross icon in popup modal moved to left side * Subsciprion Ajax post updated
1 parent 9bca8d3 commit fd7defa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/static/js/subscription.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ jQuery(document).ready(function() {
784784

785785
// Perform AJAX
786786
var ajaxHttpSender = new AjaxHttpSender();
787-
ajaxHttpSender.sendAjax(url, type, ko.toJSON(vm.subscription()[0]), callback);
787+
ajaxHttpSender.sendAjax(url, type, ko.toJSON(vm.subscription()), callback);
788788

789789

790790

0 commit comments

Comments
 (0)