move div from footer to sidebar
[mindcoding-template-patches.git] / js / scripts.js
index 6e0827d502cbfd8f76c77e025bca4c824c0ed27c..4872092b65f9fb2f021df0be03027c70f6c5e334 100644 (file)
@@ -37,3 +37,9 @@ if(theme) {
                $('#yardi').attr('src', theme == "slate" || theme == "cyborg" ? "/img/yardi-white.png" : "/img/yardi-blue.png");
        })
 }
+
+$( document ).ready(function() {
+    var sb=$('#sidebar').detach();
+    sb.appendTo($('#sponsors'));
+    console.log( "inside!" );
+});
This page took 0.008869 seconds and 4 git commands to generate.