the js seems to interfere with something else... comment out for now...
This commit is contained in:
parent
c530a7a936
commit
1aa7f3136f
@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
function commentClose(obj,id) {
|
||||
$(document).on('click', function() {
|
||||
//$(document).on('click', function() {
|
||||
if(obj.value == '') {
|
||||
obj.value = aStr['comment'];
|
||||
$("#comment-edit-text-" + id).removeClass("comment-edit-text-full");
|
||||
@ -23,7 +23,7 @@
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
});
|
||||
//});
|
||||
|
||||
}
|
||||
|
||||
|
@ -53,12 +53,12 @@
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="btn-group pull-right" id="comment-edit-submit-wrapper-{{$id}}">
|
||||
{{if $preview}}
|
||||
<button id="comment-edit-submit-{{$id}}" class="btn btn-default btn-xs btn-preview" onclick="preview_comment({{$id}}); return false;" title="{{$preview}}">
|
||||
<i class="icon-eye-open comment-icon" ></i>
|
||||
</button>
|
||||
{{/if}}
|
||||
<button id="comment-edit-submit-{{$id}}" class="btn btn-primary btn-xs" type="submit" name="submit" onclick="post_comment({{$id}}); return false;">{{$submit}}</button>
|
||||
{{if $preview}}
|
||||
<button id="comment-edit-submit-{{$id}}" class="btn btn-default btn-xs btn-preview" onclick="preview_comment({{$id}}); return false;" title="{{$preview}}">
|
||||
<i class="icon-eye-open comment-icon" ></i>
|
||||
</button>
|
||||
{{/if}}
|
||||
<button id="comment-edit-submit-{{$id}}" class="btn btn-primary btn-xs" type="submit" name="submit" onclick="post_comment({{$id}}); return false;">{{$submit}}</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
Reference in New Issue
Block a user