From 86f1f42a3fea433f0ede6175c262f4cc803ec389 Mon Sep 17 00:00:00 2001 From: Alexander Menk Date: Thu, 27 Mar 2014 10:26:32 +0100 Subject: [PATCH] data-link is not working We have to wrap the tag around the content. Appending does not work. --- scripts/camera.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/camera.js b/scripts/camera.js index daddaaa..ce59e8c 100644 --- a/scripts/camera.js +++ b/scripts/camera.js @@ -284,7 +284,7 @@ dataBox = ''; } // - $('.camera_target_content .cameraContent:eq('+loopMove+')',wrap).append(''); + $('.camera_target_content .cameraContent:eq('+loopMove+')',wrap).wrap(''); } } @@ -2269,4 +2269,4 @@ elem.removeClass('paused'); } } -})(jQuery); \ No newline at end of file +})(jQuery);