mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 02:10:24 +00:00
[mobile] my libs: redesigned it
This commit is contained in:
@@ -51,7 +51,10 @@ define([
|
||||
return;
|
||||
}
|
||||
app.ui.currentHighlightedItem = null;
|
||||
this.$el.removeClass('hl').find(this.hiddenOperationClass).addClass('vh');
|
||||
this.$el.removeClass('hl');
|
||||
if ($(window).width() >= 768) {
|
||||
this.$el.find(this.hiddenOperationClass).addClass('vh');
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user