// Various jquery fixes // Set autocomplete width the same as the related input // See http://stackoverflow.com/a/11845718 jQuery.ui.autocomplete.prototype._resizeMenu = function () { var ul = this.menu.element; ul.outerWidth(this.element.outerWidth()); } //source.dussan.org/nextcloud-server.git/atom/lib/private/DatabaseException.php?h=log-event-recursion' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DatabaseException.php
blob: 68b617e4c75b2b7fab5239297da9eccd9ad925cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27