Changeset 314:aa74fc6645cf
- Timestamp:
- 05/24/11 14:39:42 (14 years ago)
- Branch:
- 2.3
- Location:
- admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/auth.php
r270 r314 295 295 if ($.cookie('dc_admin_test_cookie')) { 296 296 $('#cookie_help').hide(); 297 $.cookie('dc_admin_test_cookie', '', { expires: -1});297 $.cookie('dc_admin_test_cookie', '', {'expires': -1}); 298 298 } else { 299 299 $('#cookie_help').show(); -
admin/js/_index.js
r234 r314 65 65 // allow to hide quick entry div, and remember choice 66 66 $('#quick h3').toggleWithLegend($('#quick').children().not('h3'),{ 67 cookie: 'dcx_quick_entry' ,67 cookie: 'dcx_quick_entry' 68 68 }, positionFooter); 69 69 }); -
admin/js/common.js
r234 r314 335 335 position: "static", 336 336 padding: ".75em 0", 337 width: "auto" ,337 width: "auto" 338 338 }); 339 339 }
Note: See TracChangeset
for help on using the changeset viewer.