1
0
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:
CaMer0n
2012-06-09 04:44:11 +00:00
parent 89c8da6881
commit ba5e801326
14 changed files with 49 additions and 238 deletions

View File

@@ -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);