aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/js/mod_filestorage.js (renamed from view/js/mod_filestorage.php)0
-rw-r--r--view/js/mod_photos.js14
2 files changed, 7 insertions, 7 deletions
diff --git a/view/js/mod_filestorage.php b/view/js/mod_filestorage.js
index 82957ae44..82957ae44 100644
--- a/view/js/mod_filestorage.php
+++ b/view/js/mod_filestorage.js
diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js
index f0a0de253..d9497af1e 100644
--- a/view/js/mod_photos.js
+++ b/view/js/mod_photos.js
@@ -4,14 +4,14 @@ var ispublic = aStr['everybody'];
$(document).ready(function() {
$("a#photos-upload-perms-menu").colorbox({
- 'inline' : true,
- 'transition' : 'elastic'
- });
+ 'inline' : true,
+ 'transition' : 'elastic'
+ });
- $("a#settings-default-perms-menu").colorbox({
- 'inline' : true,
- 'transition' : 'elastic'
- });
+ $("a#settings-default-perms-menu").colorbox({
+ 'inline' : true,
+ 'transition' : 'elastic'
+ });
$('#contact_allow, #contact_deny, #group_allow, #group_deny').change(function() {
var selstr;