]> iEval git - mindcoding-template-patches.git/blobdiff - tmpl/footer.en
move div from footer to sidebar
[mindcoding-template-patches.git] / tmpl / footer.en
index fbf346d09087aa7093a2c0b86a7461b8d528f6b2..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.024026 seconds and 4 git commands to generate.