summaryrefslogtreecommitdiffstats
path: root/apps/gallery
diff options
context:
space:
mode:
authorStephan Bergemann <st.bergemann@htw-berlin.de>2012-06-14 12:51:27 +0200
committerStephan Bergemann <st.bergemann@htw-berlin.de>2012-06-14 12:51:27 +0200
commitbc6884b17623cc7aaf008fba6a162b551aeb7adc (patch)
tree165821c162dc4b2cb2dbaf468043de3364b1a156 /apps/gallery
parentb32afd1331ee881dedf4ed0467b468248ebba16b (diff)
downloadnextcloud-server-bc6884b17623cc7aaf008fba6a162b551aeb7adc.tar.gz
nextcloud-server-bc6884b17623cc7aaf008fba6a162b551aeb7adc.zip
we don't neede the functions for empty stacks any more
Diffstat (limited to 'apps/gallery')
-rw-r--r--apps/gallery/templates/index.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php
index 0eda1ca0501..148c3df2259 100644
--- a/apps/gallery/templates/index.php
+++ b/apps/gallery/templates/index.php
@@ -16,14 +16,6 @@ div.visible { opacity: 0.8;}
var root = "<?php echo htmlentities($root); ?>";
-function explode_empty(element) {
- $('div', element).each(function(index, elem) {
- if ($(elem).hasClass('title')) {
- $(elem).addClass('visible');
- }
- });
-}
-
function explode(element) {
$('div', element).each(function(index, elem) {
if ($(elem).hasClass('title')) {
@@ -36,14 +28,6 @@ function explode(element) {
});
}
-function deplode_empty(element) {
- $('div', element).each(function(index, elem) {
- if ($(elem).hasClass('title')) {
- $(elem).removeClass('visible');
- }
- });
-}
-
function deplode(element) {
$('div', element).each(function(index, elem) {
if ($(elem).hasClass('title')) {