Closed (fixed)
Project:
Twitter
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2011 at 09:08 UTC
Updated:
14 Dec 2011 at 08:50 UTC
When use option Aggregate JavaScript files, twitter.js break with error.
This patch fix error.
Please, review it and give your feedback.
thanks
| Comment | File | Size | Author |
|---|---|---|---|
| fix_twitter1.patch | 2.49 KB | dimon4ikzp |
Comments
Comment #1
juampynr commentedHi dimon4ikzp,
Many thanks for reporting this bug and provide a patch. Actually, twitter.js file had a few bugs in it and the error you mentioned happened even with no javascript compression activated. I made a few improvements on both Drupal 6 and Drupal 7 versions:
* Added Drupal behaviours statement.
* Changed field maxlength to 150 characters.
* Fixed wrong JQuery selector to show remaining characters while typing.
* Renamed file to twitter_post.js and moved it within twitter_post submodule.
This weekend I will release a new stable version of each of them.
Many thanks.