]> iEval git - gruntmaster-page.git/blob - js/90-webchat-link.js
Merge branch 'master' into newmc
[gruntmaster-page.git] / js / 90-webchat-link.js
1 (function(){
2 'use strict';
3
4 $( document ).ready(function() {
5 $('#webchat').prependTo('#sidebar');
6 });
7 })();
This page took 0.052326 seconds and 5 git commands to generate.