Add tooltips for accesskeys

This commit is contained in:
fkloft
2014-08-12 22:33:04 +02:00
parent b4053c2800
commit 31c01d0b4c
5 changed files with 25 additions and 14 deletions

View File

@ -131,7 +131,7 @@ window.renderPortalDetails = function(guid) {
$('<span>').attr({
class: 'close',
title: 'Close',
title: 'Close [w]',
onclick:'renderPortalDetails(null); if(isSmartphone()) show("map");',
accesskey: 'w'
}).text('X'),