commit b7963b8b75f41c206fba61a644c03dd625490b97
parent e9f794356da9b2f652072a8957745ef4821e7cbf
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 2 Jan 2015 22:10:07 +0100
new try (jquery is harder to debug than everything else...
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/socialshareprivacy/js/jquery.socialshareprivacy.js b/socialshareprivacy/js/jquery.socialshareprivacy.js
@@ -150,7 +150,6 @@
}
$(window).data('socialshareprivacy_css','1');
- $('#socialshareprivacy').innerHTML = "test";
}
var language;
@@ -177,6 +176,7 @@
$.when(
loadLangFile())
.then( function() {
+ $(context).innerHTML = "test";
$(iteration).prepend('<ul class="social_share_privacy_area clearfix"></ul>');
var context = $('.social_share_privacy_area', iteration);