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

Fix CSS problems

This commit is contained in:
Daniel Pan
2016-02-28 22:17:08 +08:00
parent 3de67a1f15
commit 003838b8f1
3 changed files with 4 additions and 4 deletions

View File

@@ -121,8 +121,8 @@ define([
});
this.$el.append(op);
this.$('.grid-item-op').css({
'left': '100px',
'top': '100px',
'left': event.pageX,
'top': event.pageY,
});
// Using _.bind(function, object) to make that whenever the function is