Comment 1 for bug 1084602

Revision history for this message
MyCo (myco) wrote :

Had the same problem here. I've searched through the whole project and haven't found a declaration for "editAreaLoader" so I changed this part in "protected/views/global/browse.php":

(editAreaLoader ? editAreaLoader.getValue('query') : $('#query').val())

to that:

$('#query').val()

and now it works.