Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 6666

Show
Ignore:
Timestamp:
05/05/07 23:21:29 (1 year ago)
Author:
tobie
Message:

The devil is in the details.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/prototype/branches/dom/src/dom.js

    r6665 r6666  
    651651 
    652652if(Prototype.Browser.IE || Prototype.Browser.Opera) { 
    653   // IE and Opera are missing .innerHTML support for TABLE-related elements 
     653  // IE and Opera are missing .innerHTML support for TABLE-related and SELECT elements 
    654654  Element.Methods.update = function(element, html) { 
    655655    element = $(element);