Whitespaces cleanup

This commit is contained in:
Gil Forcada
2014-08-23 00:31:28 +02:00
parent 45f58edd06
commit fa127ad85c
8 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -114,7 +114,7 @@
/>
</form>
<!-- Workflow actions (e.g. 'publish') -->
<form name=""
action=""
@@ -48,7 +48,7 @@
/* Fetch the reply form inside the reply div */
var reply_form = reply_div.find("form");
/* Change the id of the textarea of the reply form
/* Change the id of the textarea of the reply form
* To avoid conflict later between textareas with same id 'form-widgets-comment-text' while implementing a seperate instance of TinyMCE
* */
reply_form.find('#formfield-form-widgets-comment-text').attr('id', 'formfield-form-widgets-new-textarea'+comment_id );