Changeset 28724

Show
Ignore:
Timestamp:
01/21/09 04:02:33 (4 years ago)
Author:
anekos
Message:

関連動画のメニューが開くたびに増えていたのを修正

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/stella.js

    r28326 r28724  
    4040  <description>Show video informations on the status line.</description> 
    4141  <description lang="ja">ステータスラインに動画の再生時間などを表示する。</description> 
    42   <version>0.14</version> 
     42  <version>0.15</version> 
    4343  <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> 
    4444  <license>new BSD License (Please read the source code comments of this plugin)</license> 
     
    14701470      let rels = this.player.relations; 
    14711471 
     1472      while (relmenu.firstChild) 
     1473        relmenu.removeChild(relmenu.firstChild); 
     1474 
    14721475      rels.forEach(function (rel) { 
    14731476        let elem = document.createElement('menuitem');