X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=js%2F90-move-sponsors.js;fp=js%2F90-move-sponsors.js;h=e9bcbfaef29bf638d7781d5bd48d6b2121447384;hb=59731c8949d8af28c29b713d484ce22f3de60b5c;hp=0000000000000000000000000000000000000000;hpb=64ec2ab5350e98fa2cf749708ab241d45c09bd36;p=plack-app-gruntmaster.git diff --git a/js/90-move-sponsors.js b/js/90-move-sponsors.js new file mode 100644 index 0000000..e9bcbfa --- /dev/null +++ b/js/90-move-sponsors.js @@ -0,0 +1,7 @@ +(function(){ + 'use strict'; + + $( document ).ready(function(){ + $('#sponsors').detach().appendTo($('#sidebar')); + }); +})();