1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00

Add aria label to repo operations

This commit is contained in:
Daniel Pan
2016-04-14 13:54:13 +08:00
parent 69d3215660
commit 4c670b13c1
2 changed files with 3 additions and 4 deletions

View File

@@ -23,7 +23,6 @@ define([
focus: function() {
// if there are dropdown items or freezeItemHightlight is set, don't highlight
if (app.ui.currentDropdown || app.ui.freezeItemHightlight) {
console.log("app.ui.currentDropdown ");
return true;
}