- Issue created by @danrod
- Status changed to Needs review
4 months ago 5:53am 19 August 2024 - Status changed to RTBC
4 months ago 11:08am 22 August 2024
The JS library provided by the jQCloud Library is using $.isArray, but in Drupal 11 this no longer exists and should be changed to `Array.isArray`.
Since this project is not maintained any more and no work has been done on it recently, I plan to create a new work or perhaps I'll create a patch for it.
Attempt to use the module in Drupal 11
If you have already installed the jQCloud library at /libraries/jqcloud , as a temporary solution you will need to edit the file /libraries/jqcloud/jqcloud.js and change all instances of $.isArray to Array.isArray.