Skip to content

Commit 50e33bb

Browse files
author
Igor Chepurnoy
authored
Merge pull request #5 from rustamwin/patch-1
Update StarRating.php
2 parents 16e0c24 + 089c0d8 commit 50e33bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StarRating.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected function registerAssets()
5454
{
5555
$view = $this->getView();
5656
$clientOptions = Json::encode($this->clientOptions);
57-
$js = '$("div#' . $this->options['id'] . '").raty(' . $clientOptions . ');';
57+
$js = 'jQuery("div#' . $this->options['id'] . '").raty(' . $clientOptions . ');';
5858
$view->registerJs($js);
5959
}
6060

0 commit comments

Comments
 (0)