Closed (fixed)
Project:
Tweet
Version:
6.x-3.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2009 at 16:21 UTC
Updated:
22 Aug 2009 at 18:40 UTC
I repaced onClick with onclick
else if (variable_get('tweet_new_window', 'target') == 'js') {
$attributes['onclick'] = "window.open('$path?status=$tweet','twitter','')";
$path = $_GET['q'];
$tweet = 'sent';
} Its not much but now its valid!
| Comment | File | Size | Author |
|---|---|---|---|
| tweet.module.txt | 6.94 KB | kaido.toomingas |
Comments
Comment #1
kaido.toomingas commentedIts for 6.30
Comment #2
icecreamyou commentedCommitted to dev