should be redbasic not red

This commit is contained in:
marijus 2014-05-24 18:00:44 +02:00
parent bf88720fae
commit 5b0db721f8
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
function commentCloseRed(obj,id) {
function commentCloseRedbasic(obj,id) {
$(document).click(function() {
if(obj.value == '') {
obj.value = aStr['comment'];

View file

@ -10,7 +10,7 @@
<input type="hidden" name="return" value="{{$return_path}}" />
<input type="hidden" name="jsreload" value="{{$jsreload}}" />
<input type="hidden" name="preview" id="comment-preview-inp-{{$id}}" value="0" />
<textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,{{$id}});" onBlur="commentCloseRed(this,{{$id}});" >{{$comment}}</textarea>
<textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,{{$id}});" onBlur="commentCloseRedbasic(this,{{$id}});" >{{$comment}}</textarea>
{{if $qcomment}}
<select id="qcomment-select-{{$id}}" name="qcomment-{{$id}}" class="qcomment" onchange="qCommentInsert(this,{{$id}});" >
<option value=""></option>