Changeset 3674

Show
Ignore:
Timestamp:
07/01/07 19:13:00 (1 year ago)
Author:
timothy
Message:

User _blank so the phone will open a new tab and not reuse the last one.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Plug-Ins/Web Interface/Resources/iphone/iphone.js

    r3673 r3674  
    505505        for (var i = 0; i < links.length; ++i) { 
    506506                var link = links[i]; 
    507                 link.setAttribute("target", "_new"); 
     507                link.setAttribute("target", "_blank"); 
    508508        } 
    509509