aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-26 00:53:32 -0700
committerfriendica <info@friendica.com>2012-03-26 00:53:32 -0700
commitca31aed490a65ce4b5795e1440d4fbf303fdd399 (patch)
tree62318166d7f45951e0a90fa12598c9d362f473b5 /view/theme/diabook/theme.php
parent2820dba1e760dd0243cb2de9337bc8dd9ae9b5c7 (diff)
parent4b83b9bee604cf5b8012b475a34e0f1f33b4adaf (diff)
downloadvolse-hubzilla-ca31aed490a65ce4b5795e1440d4fbf303fdd399.tar.gz
volse-hubzilla-ca31aed490a65ce4b5795e1440d4fbf303fdd399.tar.bz2
volse-hubzilla-ca31aed490a65ce4b5795e1440d4fbf303fdd399.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-xview/theme/diabook/theme.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php
index 5b87e3142..0279dd925 100755
--- a/view/theme/diabook/theme.php
+++ b/view/theme/diabook/theme.php
@@ -251,14 +251,7 @@ $a->page['htmlhead'] .= <<< EOT
$(function() {
$('a.lightbox').fancybox(); // Select all links with lightbox class
});
-
- $(document).ready(function ()
-$('iframe').each(function()
-var url = $(this).attr("src");
-$(this).attr("src",url+"?wmode=transparent");
-);
-);
-
+
</script>
EOT;