]> iEval git - gruntmaster-page.git/blob - 90-move-sponsors.js
e9bcbfaef29bf638d7781d5bd48d6b2121447384
[gruntmaster-page.git] / 90-move-sponsors.js
1 (function(){
2 'use strict';
3
4 $( document ).ready(function(){
5 $('#sponsors').detach().appendTo($('#sidebar'));
6 });
7 })();
This page took 0.033616 seconds and 3 git commands to generate.