problem on checking the pics for select and delete

Issue #5 resolved
hamed Amjadi created an issue

Hi, when I used this extension i can't select any item so i try to find the problem.

Actually the problem is in :

filename: yiifilemanager-fileviewer-widget.js line: 438 problem can be solved by replacing var chk = chkbox.attr('checked')=='checked'; to var chk = chkbox.is(':checked');

Regards

Comments (2)

  1. Log in to comment