Dotclear

Changeset 314:aa74fc6645cf


Ignore:
Timestamp:
05/24/11 14:39:42 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
2.3
Message:

Fixed js errors with IE. Addresses #1201

Location:
admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admin/auth.php

    r270 r314  
    295295    if ($.cookie('dc_admin_test_cookie')) { 
    296296      $('#cookie_help').hide(); 
    297       $.cookie('dc_admin_test_cookie', '', {expires: -1}); 
     297      $.cookie('dc_admin_test_cookie', '', {'expires': -1}); 
    298298    } else { 
    299299      $('#cookie_help').show(); 
  • admin/js/_index.js

    r234 r314  
    6565     // allow to hide quick entry div, and remember choice 
    6666     $('#quick h3').toggleWithLegend($('#quick').children().not('h3'),{ 
    67           cookie: 'dcx_quick_entry', 
     67          cookie: 'dcx_quick_entry' 
    6868     }, positionFooter); 
    6969}); 
  • admin/js/common.js

    r234 r314  
    335335               position: "static", 
    336336               padding: ".75em 0", 
    337                width: "auto", 
     337               width: "auto" 
    338338          }); 
    339339     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map