mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 10:22:46 +00:00
Remove log
This commit is contained in:
@@ -21,7 +21,6 @@ define([
|
|||||||
|
|
||||||
highlight: function() {
|
highlight: function() {
|
||||||
// if there are dropdown items or freezeItemHightlight is set, don't highlight
|
// if there are dropdown items or freezeItemHightlight is set, don't highlight
|
||||||
console.log("highlight");
|
|
||||||
if (app.ui.currentDropdown || app.ui.freezeItemHightlight) {
|
if (app.ui.currentDropdown || app.ui.freezeItemHightlight) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user