| author | sqrbass@ryoko |
| Thu Sep 04 20:50:38 2008 +0900 (2008-09-04) | |
| changeset 8 | c9704fa089bd |
| parent 7 | 5c8741074fd3 |
1.1 --- a/templates/admin/index.html Thu Sep 04 20:48:38 2008 +0900 1.2 +++ b/templates/admin/index.html Thu Sep 04 20:50:38 2008 +0900 1.3 @@ -10,7 +10,7 @@ 1.4 <script src="/site_media/admintabs/ui.tabs.js" type="text/javascript"></script> 1.5 <script> 1.6 $(function() { 1.7 - $('#tab-container ul').tabs({ fx: { opacity: 'toggle' } }); 1.8 + $('#tab-container ul').tabs(); 1.9 }); 1.10 </script> 1.11 {% endblock %}