Fix JS comments
This commit is contained in:
parent
4409a3a338
commit
2bb5a9745b
2 changed files with 9 additions and 7 deletions
|
@ -40,9 +40,10 @@
|
|||
{literal}
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('.edit_comment').editable(baseurl+'/actions/edit_comment.php', {
|
||||
indicator : '<img src="'+baseurl+'/images/icons/progIndicator.gif">',
|
||||
tooltip : 'Click to edit...',
|
||||
});
|
||||
$('.edit_comment').editable(baseurl + '/actions/edit_comment.php', {
|
||||
indicator: '<img src="' + baseurl + '/images/icons/progIndicator.gif">',
|
||||
tooltip: 'Click to edit...',
|
||||
});
|
||||
});
|
||||
</script>
|
||||
{/literal}
|
|
@ -42,9 +42,10 @@
|
|||
{literal}
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('.edit_comment').editable(baseurl+'/actions/edit_comment.php', {
|
||||
indicator : '<img src="'+baseurl+'/images/icons/progIndicator.gif">',
|
||||
tooltip : 'Click to edit...',
|
||||
$('.edit_comment').editable(baseurl + '/actions/edit_comment.php', {
|
||||
indicator: '<img src="' + baseurl + '/images/icons/progIndicator.gif">',
|
||||
tooltip: 'Click to edit...',
|
||||
});
|
||||
});
|
||||
</script>
|
||||
{/literal}
|
Loading…
Add table
Reference in a new issue