From f204abf3c5b0f5a3104a69f544ff9fac36193f96 Mon Sep 17 00:00:00 2001 From: Micho Date: Thu, 23 May 2013 21:20:09 +0200 Subject: [PATCH] better embedded text description --- clients/anim/assets/js/helper.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/clients/anim/assets/js/helper.js b/clients/anim/assets/js/helper.js index 36e192e..7e0d9a7 100644 --- a/clients/anim/assets/js/helper.js +++ b/clients/anim/assets/js/helper.js @@ -29,7 +29,11 @@ $(document).ready(function(){ var $f = $('#embed-form'); var $url = 'http://apps.opendatacity.de/relog/frame.html'; var embedCode = function(){ - var $code = '
Realisiert von OpenDataCity. Unterstützt durch picocell und newthinking. Anwendung steht unter CC-BY 3.0.'; + var $code = '
'; + $code += 'Zur re:log-Website. '; + $code += 'Realisiert von OpenDataCity. '; + $code += 'Unterstützt durch picocell und newthinking. '; + $code += 'Anwendung steht unter CC-BY 3.0.'; $('#embed-code', $f).text($code); }; embedCode();