summaryrefslogtreecommitdiffstats
path: root/settings/js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-27 13:34:29 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-27 13:34:29 +0200
commit291e3d331f0b5665892c5bfdcb81c4d3924c51ae (patch)
tree3e91e3f040974cc8797e2081e7c4228336d0702d /settings/js
parentd4f15185332a679771e2e59a0505954f22f7dea9 (diff)
downloadnextcloud-server-291e3d331f0b5665892c5bfdcb81c4d3924c51ae.tar.gz
nextcloud-server-291e3d331f0b5665892c5bfdcb81c4d3924c51ae.zip
No js for popover positionning
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/js')
-rw-r--r--settings/js/federationscopemenu.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/settings/js/federationscopemenu.js b/settings/js/federationscopemenu.js
index a9f41831b94..467ca48f62d 100644
--- a/settings/js/federationscopemenu.js
+++ b/settings/js/federationscopemenu.js
@@ -137,16 +137,6 @@
this.$el.removeClass('hidden');
OC.showMenu(null, this.$el);
-
- //Set the menuwidth
- var menuWidth = this.$el.width();
- this.$el.css('width', menuWidth);
-
- //Calculate menu position
- var l = offsetIcon.left - offsetHeading.left;
- l = l - (menuWidth / 2) + ($el.outerWidth()/2);
- this.$el.css('left', l);
-
}
});