aboutsummaryrefslogtreecommitdiffstats
path: root/view/photos_upload.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/photos_upload.tpl')
-rw-r--r--view/photos_upload.tpl8
1 files changed, 1 insertions, 7 deletions
diff --git a/view/photos_upload.tpl b/view/photos_upload.tpl
index 706b3398d..33c48cbeb 100644
--- a/view/photos_upload.tpl
+++ b/view/photos_upload.tpl
@@ -23,7 +23,7 @@
<div id="photos-upload-perms" class="photos-upload-perms" >
- <a href="#photos-upload-permissions-wrapper" id="photos-upload-perms-menu" class="button" />
+ <a href="#photos-upload-permissions-wrapper" id="photos-upload-perms-menu" class="button popupbox" />
<span id="jot-perms-icon" class="icon $lockstate" ></span>$permissions
</a>
<div id="photos-upload-perms-end"></div>
@@ -43,9 +43,3 @@
<div class="photos-upload-end" ></div>
</form>
-<script>
- $("a#photos-upload-perms-menu").fancybox({
- 'transitionIn' : 'none',
- 'transitionOut' : 'none'
- });
-</script>