]> iEval git - mindcoding-template-patches.git/blobdiff - tmpl/footer.en
move div from footer to sidebar
[mindcoding-template-patches.git] / tmpl / footer.en
index 5feb98efabc6c2e7f13e5dddff9720f6170fdeb7..82027578910b87102027ef3773249c4d08fd1762 100644 (file)
                </div>
        </div>
 </div>
-<div id=""sidebar"">
+<div id="sidebar">
        <h3 class="text-center">Official Partners</h3>
        <a class="thumbnail" href="https://www.facebook.com/YardiRomania"><img id="yardi" src="/img/yardi-blue.png"></a>
 </div>
 </div>
+<script type="text/javascript">
+$( document ).ready(function() {
+    var sb=$('#sidebar').detach();
+    sb.appendTo($('#sponsors'));
+    console.log( "inside!" );
+});
+</script>
This page took 0.023935 seconds and 4 git commands to generate.