mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
[mobile] my libs: redesigned it
This commit is contained in:
@@ -65,7 +65,7 @@ define([
|
||||
var $toggle = this.$('.sf-dropdown-toggle');
|
||||
var $menu = this.$('.sf-dropdown-menu');
|
||||
app.ui.currentDropdown = this;
|
||||
if (this.options.right) {
|
||||
if (this.options.right != undefined) {
|
||||
$menu.css('right', this.options.right);
|
||||
} else {
|
||||
$menu.css('left', this.options.left);
|
||||
|
Reference in New Issue
Block a user