Changeset 38112
- Timestamp:
- 08/01/10 10:24:25 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/twittperator/reply-popup-alert.tw
r38107 r38112 6 6 7 7 (function () { 8 let screenName = liberator.globalVariables.twittperator_plugin_ popup_reply_username;8 let screenName = liberator.globalVariables.twittperator_plugin_reply_popup_alert_username; 9 9 10 10 function popupAlert (iconPath, title, text, buttonEnabled, a, b) { … … 21 21 plugins.twittperator.ChirpUserStream.addListener( 22 22 function onMsg (msg, raw) { 23 if (msg.text && msg.user) 24 liberator.log(msg.user.screen_name + ' -> ' + msg.in_reply_to_screen_name + ': ' + msg.text); 23 25 if (msg.text && msg.user && msg.in_reply_to_screen_name === screenName) 24 26 simplePopupAlert(msg.user.screen_name, msg.text, msg.user.profile_image_url);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)