]> iEval git - gruntmaster-page.git/blame_incremental - js/90-move-sponsors.js
Consider /sol/ a part of pb and /ed/ a part of ct in nav.js
[gruntmaster-page.git] / js / 90-move-sponsors.js
... / ...
CommitLineData
1(function(){
2 'use strict';
3
4 $( document ).ready(function(){
5 $('#sponsors').detach().appendTo($('#sidebar'));
6 });
7})();
This page took 0.02177 seconds and 4 git commands to generate.