Changeset 38 for branches

Show
Ignore:
Timestamp:
02/12/09 19:02:19 (3 years ago)
Author:
daris
Message:

ajax post edit: removing ie workaround

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/ajax_post_edit/ajax_post_edit.js

    r37 r38  
    66 
    77/**********************************************************/ 
    8  
    9 // Detect Internet Explorer 
    10 var ie = /msie/i.test (navigator.userAgent); 
    11  
    128 
    139/* 
     
    262258                } 
    263259        } 
    264         return [(ie ? curleft/2 : curleft),curtop]; // it isn't a good solution for IE 
     260        return [curleft,curtop]; 
    265261} 
    266262