aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_photos.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-29 23:57:33 -0800
committerfriendica <info@friendica.com>2014-12-29 23:57:33 -0800
commit9b2c71a5dcdeb7ef7a1b1e09ad906bc750b1d0d6 (patch)
tree3e011882f060906cb3a7f797c873d8025046fcff /view/js/mod_photos.js
parent20356217c57b70a4673ae37f5d6655f38f0eb891 (diff)
parent619733e297708f49646bb220658c90223a8648c6 (diff)
downloadvolse-hubzilla-9b2c71a5dcdeb7ef7a1b1e09ad906bc750b1d0d6.tar.gz
volse-hubzilla-9b2c71a5dcdeb7ef7a1b1e09ad906bc750b1d0d6.tar.bz2
volse-hubzilla-9b2c71a5dcdeb7ef7a1b1e09ad906bc750b1d0d6.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/js/mod_photos.js')
-rw-r--r--view/js/mod_photos.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js
index 8b7706f16..0a64f8102 100644
--- a/view/js/mod_photos.js
+++ b/view/js/mod_photos.js
@@ -3,16 +3,6 @@ var ispublic = aStr['everybody'];
$(document).ready(function() {
- $("a#photos-upload-perms-menu").colorbox({
- 'inline' : true,
- 'transition' : 'elastic'
- });
-
- $("a#settings-default-perms-menu").colorbox({
- 'inline' : true,
- 'transition' : 'elastic'
- });
-
var a;
a = $("#photo-edit-newtag").autocomplete({
serviceUrl: baseurl + '/acl',