revert r12601

This commit is contained in:
bnu 2014-01-06 01:10:42 +09:00
parent 52e9f1fc19
commit 8191a184a8
3 changed files with 5 additions and 16 deletions

View file

@ -420,11 +420,6 @@ if(jQuery) jQuery.noConflict();
/* jQuery(document).ready() */
jQuery(function($) {
// Anchor: focus move to target
$('a[href^="#"]').click(function(){
$($(this).attr('href')).attr('tabindex','0').focus();
});
/* select - option의 disabled=disabled 속성을 IE에서도 체크하기 위한 함수 */
if($.browser.msie) {
$('select').each(function(i, sels) {