Closed ali-ramazani closed 3 months ago
Ali, the View side is perfect so does the JavaScript file just need some clean up I feel like comments on line 45 and 48 can be deleted as they are repeating what the code below does when the codes after the comment are easy to understand.
Already fixed this and the additional renew onclick you added is unnecessary, thank you though!
Issue Number: 1257 | Issue Link: 1257
The renew button had an issue and the renew function wasn't catching the value sent from the UI. The problem was the ajax call wasn't being made and the function wasn't returning anything. We fixed it by adding $('#renewBtn').on('click', renew); to the .ready() function at the top to capture ajax call.