PrajapatiRaj / yii-user

Automatically exported from code.google.com/p/yii-user
0 stars 0 forks source link

ProfileFieldController references a form.js which is absent #131

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
the ProfileFieldController is attempting to include a form.js from the 
user/views/asset dir

line 66:

        $cs->registerScriptFile($baseUrl.'/js/form.js');

but it is absent

what is it supposed to do ?

thanks

Original issue reported on code.google.com by thomas.mery@gmail.com on 7 Mar 2012 at 4:52