]> iEval git - mindcoding-template-patches.git/blobdiff - tmpl/footer.en
move div from footer to sidebar
[mindcoding-template-patches.git] / tmpl / footer.en
index 7a5402aaf4791b4ceb35054f15e06619ed25085c..82027578910b87102027ef3773249c4d08fd1762 100644 (file)
@@ -30,9 +30,9 @@
 </div>
 </div>
 <script type="text/javascript">
-$( init );
-function init() {
-       var sb=$('#sidebar').detach();
-       sb.appendTo($('#sponsors'));
-}
+$( document ).ready(function() {
+    var sb=$('#sidebar').detach();
+    sb.appendTo($('#sponsors'));
+    console.log( "inside!" );
+});
 </script>
This page took 0.018989 seconds and 4 git commands to generate.