~ubuntu-branches/ubuntu/trusty/jwchat/trusty

« back to all changes in this revision

Viewing changes to groupchat_modifylist_iframe.html.ru

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2008-08-24 15:02:53 UTC
  • mfrom: (3.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080824150253-h0z39rzjmo4lc1k5
Tags: 1.0beta3-3
* Clean up README.Debian. (Closes: #481320)
* Add brazilian debconf messages translation. (Closes: #481522)
* Add swedish debconf messages translation. (Closes: #494887)
* Add italian debconf messages translation. (Closes: #495780)
* Add russian debconf messages translation. (Closes: #495573)
* Add finnish debconf messages translation. (Closes: #496227)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        }
20
20
 
21
21
        var rows = modTable.getElementsByTagName("TBODY").item(0).childNodes;
22
 
        for (var i in rows) {
 
22
        for (var i=0; i<rows.length; i++) {
23
23
                rows[i].onmouseover = highlightRow;
24
24
                rows[i].onmouseout = unhighlightRow;
25
25
                rows[i].onclick = rowClicked;