X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=js%2F90-webchat-link.js;fp=js%2F90-webchat-link.js;h=77d8fb4720782d8cc803020f3551f99a875ac155;hb=a4751308b1e71373ed51624a48468039b74959dd;hp=0000000000000000000000000000000000000000;hpb=9f46c75f61ae75dfe71912313e3bbd871623eb1c;p=gruntmaster-page.git diff --git a/js/90-webchat-link.js b/js/90-webchat-link.js new file mode 100644 index 0000000..77d8fb4 --- /dev/null +++ b/js/90-webchat-link.js @@ -0,0 +1,7 @@ +(function(){ + 'use strict'; + + $( document ).ready(function() { + $('#webchat').prependTo('#sidebar'); + }); +})();