]>
iEval git - gruntmaster-page.git/blame_incremental - js/90-webchat-link.js
... / ...
Commit | Line | Data |
| 1 | (function(){ |
| 2 | 'use strict'; |
| 3 | |
| 4 | $( document ).ready(function() { |
| 5 | $('#webchat').prependTo('#sidebar'); |
| 6 | }); |
| 7 | })(); |
This page took 0.015581 seconds and 4 git commands to generate.