mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Some js cleanup
This commit is contained in:
@@ -29,7 +29,7 @@ class rater {
|
||||
$hintArray = array(RATELAN_POOR,RATELAN_FAIR,RATELAN_GOOD,RATELAN_VERYGOOD,RATELAN_EXCELLENT);
|
||||
|
||||
$datahint = implode(",",$hintArray);
|
||||
$path = e_FILE_ABS."jslib/rate/img/";
|
||||
$path = e_WEB_JS."rate/img/";
|
||||
|
||||
$score = ($score / 2);
|
||||
// var_dump($readonly);
|
||||
|
Reference in New Issue
Block a user