page anchor: focus moved to target area.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12601 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-01-29 06:07:28 +00:00
parent 6d13cd0b43
commit 5f83837088
5 changed files with 7 additions and 6 deletions

View file

@ -21,10 +21,6 @@ function completeInstallModule(ret_obj) {
jQuery(function($){
// iSO mobile device toolbar remove
window.scrollTo(0,0);
// Skip to content
$('.x .skipNav>a').click(function(){
$($(this).attr('href')).attr('tabindex','0').css('outline','0').focus();
});
// TARGET toggle
$(document.body).on('click', '.x [data-toggle]', function(){
var $this = $(this);

File diff suppressed because one or more lines are too long