Add tooltips for accesskeys
This commit is contained in:
@ -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'),
|
||||
|
Reference in New Issue
Block a user