ID selectors added to iFrames in mediaContainer, can Enter or Esc

This commit is contained in:
mattpass
2020-03-14 10:58:10 +00:00
parent 3b53ef54ca
commit e666f38124
8 changed files with 31 additions and 16 deletions

View File

@@ -180,7 +180,7 @@ function deletePlugin($dir) {
<link rel="stylesheet" type="text/css" href="plugins-manager.css?microtime=<?php echo microtime(true);?>">
</head>
<body class="pluginsManager">
<body class="pluginsManager" onkeydown="parent.ICEcoder.handleModalKeyUp(event, 'pluginsManager')" onload="this.focus();">
<h1><?php echo $t['plugins'];?></h1>