Skip to content

Commit e982817

Browse files
authored
Upload subscription updated for List post (#13)
* 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
1 parent cec58a0 commit e982817

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,7 @@ jQuery(document).ready(function() {
503503
});
504504

505505
var subscriptionJsonList = JSON.parse(fileContent);
506-
for (i=0; i < subscriptionJsonList.length; i++) {
507-
tryToCreateSubscription(subscriptionJsonList[i]);
508-
}
506+
tryToCreateSubscription(subscriptionJsonList);
509507
};
510508

511509
reader.readAsText(subscriptionFile);

0 commit comments

Comments
 (0)