Skip to content

Commit

Permalink
fixed js syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
marc7000 authored and schmunk42 committed Jul 3, 2013
1 parent beaa5b6 commit c068615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/ckeditor/index.php
Expand Up @@ -101,7 +101,7 @@
<script type="text/javascript">
function select(id, title) {
if ($('#preset').val() == '') {
alert(Yii::t('P3MediaModule.crud', 'Please choose an image preset.'));
alert("<?php echo Yii::t('P3MediaModule.crud', 'Please choose an image preset.') ?>");
return false;
}
var identifier = $('#preset').val();
Expand Down

0 comments on commit c068615

Please sign in to comment.