Merge branch 'master' into newmc
[gruntmaster-page.git] / js / 90-move-sponsors.js
index e9bcbfaef29bf638d7781d5bd48d6b2121447384..8ea621e47c7e8eee687c84eb821089a4709b7ad5 100644 (file)
@@ -1,7 +1 @@
-(function(){
-       'use strict';
-
-       $( document ).ready(function(){
-               $('#sponsors').detach().appendTo($('#sidebar'));
-       });
-})();
+$(() => $('#sidebar')[0].appendChild($('#sponsors')[0]));
This page took 0.010054 seconds and 4 git commands to generate.