Master Permission Select checkbox are working. However, the checkboxes on specific module "title" rows are not working. Nothing happens. Both IE 8 and Firefox 3.0.10 error console give "console is not defined" error.

Comments

himerus’s picture

Status: Active » Needs review

Have you checked you are using the latest version? the console.log() function was left in an older version I think even though I use a function to determine if the console (firebug) is available for feedback.

I just installed a new copy from the 6x-1.7 download, and can't find any mention of the console in it. It "should" be working properly.

mcload’s picture

Yes, I have version 1.7. I checked the source files. permission_select.js has a function about "console". It is

function safelog(data) {if(console){console.log(data)}}

himerus’s picture

Assigned: Unassigned » himerus
Status: Needs review » Active

I see it now... sometimes I hate CVS. it appears that was an old revision of the file, not my latest "final" jQuery file.

I'll update the files again this evening (couple other minor things) and release an update tonight.

himerus’s picture

Status: Active » Needs review

Okay, I've committed a new official release, and it should solve the problem. Please update to 6.x-1.8 and let me know if that fixes the issue.

mcload’s picture

Status: Needs review » Closed (fixed)

Yes, it is working.