No 'delete' confirmation prompt for 'X' hyperlink against a comment made on any thread
anirudh952020-09-03 05:21
On pressing the 'X' hyperlink to the right top side of comments in any thread, comment is deleted without any deletion confirmation prompt.
administrator2020-09-08 23:35
Thanks for your patch! It was applied by 3b7df6e8b2. A couple thing I changed immediately after applying it. I split lines longer than 80 chars and trimmed lines that ended with stray whitespace. I also made the name of the local string you added follow the conventions given:
https://www.seekquarry.com/p/Coding#Localization
I also shortened the code for your confirmation dialog. Thanks again for your help!
On pressing the 'X' hyperlink to the right top side of comments in any thread, comment is deleted without any deletion confirmation prompt.
Thanks for your patch! It was applied by 3b7df6e8b2. A couple thing I changed immediately after applying it. I split lines longer than 80 chars and trimmed lines that ended with stray whitespace. I also made the name of the local string you added follow the conventions given: https://www.seekquarry.com/p/Coding#Localization I also shortened the code for your confirmation dialog. Thanks again for your help!
Chris
Attachments:
my.patch