aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js/share.js
diff options
context:
space:
mode:
authorMichiel de Jong <michiel@unhosted.org>2012-02-25 21:58:59 +0000
committerMichiel de Jong <michiel@unhosted.org>2012-02-25 21:58:59 +0000
commita1d03de6662c84944dacc4ff357ddf3e5f53949e (patch)
tree691ca3408ffee5e69e15df7f03c26c646078f6cd /apps/files_sharing/js/share.js
parent3f87c2cedb271d498f5e198ce90df4948bc032fa (diff)
parent8fe5251029c9e3c711660abcb58c7e60f6b88f97 (diff)
downloadnextcloud-server-a1d03de6662c84944dacc4ff357ddf3e5f53949e.tar.gz
nextcloud-server-a1d03de6662c84944dacc4ff357ddf3e5f53949e.zip
Merge branch 'master' of gitorious.org:owncloud/owncloud
Diffstat (limited to 'apps/files_sharing/js/share.js')
-rw-r--r--apps/files_sharing/js/share.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js
index d01a07447a6..fc9e17c25c7 100644
--- a/apps/files_sharing/js/share.js
+++ b/apps/files_sharing/js/share.js
@@ -174,7 +174,7 @@ $(document).ready(function() {
function createDropdown(filename, files) {
var html = '<div id="dropdown" class="drop" data-file="'+files+'">';
html += '<div id="private">';
- html += '<select data-placeholder="User or Group" style="width:220px;" id="share_with" class="chzen-select">';
+ html += '<select data-placeholder="User or Group" id="share_with" class="chzen-select">';
html += '<option value=""></option>';
html += '</select>';
html += '<ul id="shared_list"></ul>';