Code Standard: indent + renaming function in camelcase
This commit is contained in:
parent
d2b5f77be9
commit
6cd17f2229
3 changed files with 6 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue