Changeset 10207
- Timestamp:
- 04/23/08 22:16:53 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/twitterView.js
r8958 r10207 1 1 // Vimperator plugin: 'Statusbar Twitter' 2 // Last Change: 2 6-Mar-2008. Jan 20082 // Last Change: 23-Apr-2008. Jan 2008 3 3 // License: Creative Commons 4 4 // Maintainer: Trapezoid <trapezoid.g@gmail.com> - http://unsigned.g.hatena.ne.jp/Trapezoid … … 9 9 var checkTime = 90 * 1000; 10 10 var updateTime = 10 * 1000; 11 var maxWidth = '500px';12 11 13 12 var lastestId = 0; … … 31 30 var hbox = document.createElement('hbox'); 32 31 var iconPanel = document.createElement('image'); 33 var statusPanel = document.createElement(' textbox');32 var statusPanel = document.createElement('label'); 34 33 35 //hbox.style.overflow = "hidden";34 var commandline = document.getElementById('liberator-commandline'); 36 35 37 36 iconPanel.setAttribute('id','statusbar-twitter-timeline-icon'); … … 41 40 statusPanel.setAttribute('id','statusbar-twitter-timeline-status'); 42 41 statusPanel.setAttribute('class','plain'); 43 statusPanel.style.width = maxWidth;44 42 45 43 hbox.appendChild(iconPanel); … … 47 45 48 46 hbox.setAttribute('id','statusbar-twitter-timeline'); 49 //document.getElementById('status-bar').insertBefore(hbox,document.getElementById('statusbar-display')); 50 //document.getElementById('liberator-commandline').appendChild(hbox);51 document.getElementById('liberator-commandline').insertBefore(hbox,document.getElementById('liberator-commandline-command'));47 48 commandline.style.overflow = "hidden"; 49 commandline.insertBefore(hbox,document.getElementById('liberator-commandline-command')); 52 50 53 51 document.getElementById('liberator-commandline-command').style.textAlign = "right";
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)