1
0
Fork 0

Code Standard: indent + renaming function in camelcase

This commit is contained in:
Jonny Tischbein 2018-10-24 18:09:54 +02:00
commit 6cd17f2229
3 changed files with 6 additions and 6 deletions

View file

@ -2,9 +2,9 @@
* @brief The file contains functions for text editing and commenting
*/
function commentGetLink(id,prompttext) {
reply = prompt(prompttext);
if(reply && reply.length) {
function commentGetLink(id, prompttext) {
reply = prompt(prompttext);
if(reply && reply.length) {
reply = bin2hex(reply);
$.get('parse_url?noAttachment=1&binurl=' + reply, function(data) {
addCommentText(data, id);