Skip to content

Commit

Permalink
Fixed issue #7748: Javascript comment hick-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 21, 2013
1 parent 983815b commit 3dd9310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -80,5 +80,5 @@ function updateCKeditor(fieldname,value)
}
}

-->
// -->
</script>
2 changes: 1 addition & 1 deletion application/views/admin/token/browse.php
Expand Up @@ -33,6 +33,7 @@
// Build the javasript variables to pass to the jqGrid
?>
<script type="text/javascript">
<!--
var sAddParticipantToCPDBText = '<?php $clang->eT("Add participants to central database",'js');?>';
var sSelectRowMsg = "<?php $clang->eT("Please select at least one participant.", 'js') ?>";
var sWarningMsg = "<?php $clang->eT("Warning", 'js') ?>";
Expand Down Expand Up @@ -102,7 +103,6 @@
{ "name":"validfrom", "index":"validfrom","align":"center", "sorttype":"int", "sortable": true,"width":160,"editable":true},
{ "name":"validuntil", "index":"validuntil","align":"center", "sorttype":"int", "sortable": true,"width":160,"editable":true}
<?php if (count($uidNames)) echo ','.implode(",\n", $uidNames); ?>];
<!--

function addHiddenElement(theform,thename,thevalue)
{
Expand Down

0 comments on commit 3dd9310

Please sign in to comment.